Skip to content

Commit

Permalink
doc: fix README.md link to joyent/node intl wiki
Browse files Browse the repository at this point in the history
Fix README.md link to go to nodejs/node wiki instead of joyent/node

Fixes: #2756
PR-URL: #3067
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
  • Loading branch information
srl295 authored and jasnell committed Oct 8, 2015
1 parent bab555a commit 725c727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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):

Expand Down

0 comments on commit 725c727

Please sign in to comment.