diff options
author | Steven R. Loomis <srl@icu-project.org> | 2015-10-06 14:18:33 -0400 |
---|---|---|
committer | Steven R. Loomis <srl@icu-project.org> | 2015-10-06 14:18:33 -0400 |
commit | d25e34ba690f2a25af033c25d4f120b25cb014ac (patch) | |
tree | 716e5e6fe3bb4233caee4d24a57bf1905562321e /README.md | |
parent | 7d66749eca48eea7cbc3b0cd4b0ddf968224d2fb (diff) | |
download | node-new-d25e34ba690f2a25af033c25d4f120b25cb014ac.tar.gz |
doc: fix README.md link to joyent/node intl wiki
Fix README.md link to go to nodejs/node wiki instead of joyent/node
Fixes: https://github.com/nodejs/node/issues/2756
PR-URL: https://github.com/nodejs/node/pull/3067
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -159,7 +159,7 @@ $ make ### `Intl` (ECMA-402) support: -[Intl](https://github.com/joyent/node/wiki/Intl) support is not +[Intl](https://github.com/nodejs/node/wiki/Intl) support is not enabled by default. #### "small" (English only) support @@ -184,7 +184,7 @@ The `small-icu` mode builds with English-only data. You can add full data at runtime. *Note:* more docs are on -[the joyent/node wiki](https://github.com/joyent/node/wiki/Intl). +[the node wiki](https://github.com/nodejs/node/wiki/Intl). #### Build with full ICU support (all locales supported by ICU): |