Skip to content

Commit 594bc55

Browse files
authored
https link
1 parent ff4ef57 commit 594bc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/03-string/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ alert( "S\u0307\u0323".normalize() == "\u1e68" ); // true
670670

671671
In reality, this is not always the case. The reason being that the symbol `` is "common enough", so Unicode creators included it in the main table and gave it the code.
672672

673-
If you want to learn more about normalization rules and variants -- they are described in the appendix of the Unicode standard: [Unicode Normalization Forms](http://www.unicode.org/reports/tr15/), but for most practical purposes the information from this section is enough.
673+
If you want to learn more about normalization rules and variants -- they are described in the appendix of the Unicode standard: [Unicode Normalization Forms](https://www.unicode.org/reports/tr15/), but for most practical purposes the information from this section is enough.
674674

675675
## Summary
676676

0 commit comments

Comments
 (0)