@@ -311,7 +311,7 @@ $ make
|
311 | 311 | |
312 | 312 | ### `Intl` (ECMA-402) support: |
313 | 313 | |
314 | | -[Intl](https://github.com/nodejs/node/wiki/Intl) support is |
| 314 | +[Intl](https://github.com/nodejs/node/blob/master/doc/api/intl.md) support is |
315 | 315 | enabled by default, with English data only. |
316 | 316 | |
317 | 317 | #### Default: `small-icu` (English only) support |
@@ -321,9 +321,6 @@ the full `Intl` (ECMA-402) APIs. It does not need to download
|
321 | 321 | any dependencies to function. You can add full |
322 | 322 | data at runtime. |
323 | 323 | |
324 | | -*Note:* more docs are on |
325 | | -[the node wiki](https://github.com/nodejs/node/wiki/Intl). |
326 | | - |
327 | 324 | #### Build with full ICU support (all locales supported by ICU): |
328 | 325 | |
329 | 326 | With the `--download=all`, this may download ICU if you don't have an |
|