Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
13xforever committed Jul 21, 2021
1 parent d5343fc commit 1eb83ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HomoglyphConverter/Normalizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static class Normalizer
["◌"] = "o",
};

// as per http://www.unicode.org/reports/tr39/#Confusable_Detection
// as per https://www.unicode.org/reports/tr39/#Confusable_Detection
private static string ToSkeletonString(this string input)
{
if (string.IsNullOrEmpty(input))
Expand Down

0 comments on commit 1eb83ab

Please sign in to comment.