Skip to content

Commit

Permalink
fix: workable Fontisto project link
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Apr 28, 2024
1 parent 8d509e6 commit 7ff1922
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
namespace MahApps.Metro.IconPacks
{
/// <summary>
/// The Fontisto font is licensed under the [SIL OFL 1.1](<see><cref>https://github.com/kenangundogan/fontisto#license</cref></see>).
/// Contributions, corrections and requests can be made on GitHub <see><cref>https://fontisto.com/</cref></see>.
/// The Fontisto font is licensed under the [SIL OFL 1.1](<see><cref>https://github.com/kenangundogan/fontisto?tab=readme-ov-file#license</cref></see>).
/// Contributions, corrections and requests can be made on GitHub <see><cref>https://github.com/kenangundogan/fontisto</cref></see>.
/// </summary>
[MetaData("Fontisto", "https://fontisto.com/", "https://github.com/kenangundogan/fontisto#license")]
[MetaData("Fontisto", "https://github.com/kenangundogan/fontisto", "https://github.com/kenangundogan/fontisto?tab=readme-ov-file#license")]
public class PackIconFontisto : PackIconControlBase
{
public static readonly DependencyProperty KindProperty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
/// List of available icons for use with <see cref="PackIconFontisto" />.
/// </summary>
/// <remarks>
/// The Fontisto font is licensed under the [SIL OFL 1.1](<see><cref>https://github.com/kenangundogan/fontisto#license</cref></see>).
/// Contributions, corrections and requests can be made on GitHub <see><cref>https://fontisto.com/</cref></see>.
/// The Fontisto font is licensed under the [SIL OFL 1.1](<see><cref>https://github.com/kenangundogan/fontisto?tab=readme-ov-file#license</cref></see>).
/// Contributions, corrections and requests can be made on GitHub <see><cref>https://github.com/kenangundogan/fontisto</cref></see>.
/// </remarks>
public enum PackIconFontistoKind
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
namespace MahApps.Metro.IconPacks
{
/// <summary>
/// The Fontisto font is licensed under the [SIL OFL 1.1](<see><cref>https://github.com/kenangundogan/fontisto#license</cref></see>).
/// Contributions, corrections and requests can be made on GitHub <see><cref>https://fontisto.com/</cref></see>.
/// The Fontisto font is licensed under the [SIL OFL 1.1](<see><cref>https://github.com/kenangundogan/fontisto?tab=readme-ov-file#license</cref></see>).
/// Contributions, corrections and requests can be made on GitHub <see><cref>https://github.com/kenangundogan/fontisto</cref></see>.
/// </summary>
[MetaData("Fontisto", "https://fontisto.com/", "https://github.com/kenangundogan/fontisto#license")]
[MetaData("Fontisto", "https://github.com/kenangundogan/fontisto", "https://github.com/kenangundogan/fontisto?tab=readme-ov-file#license")]
public class PathIconFontisto : PathIconControlBase
{
public static readonly DependencyProperty KindProperty
Expand Down

0 comments on commit 7ff1922

Please sign in to comment.