From: Steven R. Loomis Date: Tue, 6 Oct 2015 18:18:33 +0000 (-0400) Subject: doc: fix README.md link to joyent/node intl wiki X-Git-Tag: v4.2.0~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=725c7276dd7fa6c524814c5de5a47c6f913b154b;p=platform%2Fupstream%2Fnodejs.git 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 Reviewed-By: Roman Reiss Reviewed-By: Sakthipriyan Vairamani --- diff --git a/README.md b/README.md index 6a6ff54..7e7b174 100644 --- a/README.md +++ b/README.md @@ -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):