Skip to content

Commit

Permalink
doc: remove obsolete wiki references from BUILDING
Browse files Browse the repository at this point in the history
Remove obsolete wiki references from BUILDING.md.
  • Loading branch information
Trott committed Jun 17, 2018
1 parent 1e54c24 commit 20f57f9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ $ make

### `Intl` (ECMA-402) support:

[Intl](https://github.com/nodejs/node/wiki/Intl) support is
[Intl](https://github.com/nodejs/node/blob/master/doc/api/intl.md) support is
enabled by default, with English data only.

#### Default: `small-icu` (English only) support
Expand All @@ -321,9 +321,6 @@ the full `Intl` (ECMA-402) APIs. It does not need to download
any dependencies to function. You can add full
data at runtime.

*Note:* more docs are on
[the node wiki](https://github.com/nodejs/node/wiki/Intl).

#### Build with full ICU support (all locales supported by ICU):

With the `--download=all`, this may download ICU if you don't have an
Expand Down

0 comments on commit 20f57f9

Please sign in to comment.