Skip to content

Commit 8d89b7f

Browse files
authored
ECMA broken link
1 parent ff4ef57 commit 8d89b7f

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ The "right" algorithm to do string comparisons is more complex than it may seem,
486486

487487
So, the browser needs to know the language to compare.
488488

489-
Luckily, all modern browsers (IE10- requires the additional library [Intl.js](https://github.com/andyearnshaw/Intl.js/)) support the internationalization standard [ECMA-402](http://www.ecma-international.org/ecma-402/1.0/ECMA-402.pdf).
489+
Luckily, all modern browsers (IE10- requires the additional library [Intl.js](https://github.com/andyearnshaw/Intl.js/)) support the internationalization standard [ECMA-402](https://www.ecma-international.org/publications-and-standards/standards/ecma-402/).
490490

491491
It provides a special method to compare strings in different languages, following their rules.
492492

0 commit comments

Comments
 (0)