summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorsapics <gv.nishino@gmail.com>2020-05-28 23:03:53 +0900
committerJames M Snell <jasnell@gmail.com>2020-05-30 10:01:57 -0700
commita437a84f808ecb79705213e5a837cf4752e11a40 (patch)
treeaaaeffe6aa37ea92d7910e82ad11394e52990c83 /BUILDING.md
parentc4cced0c80f8b311f03cee88f51783aab669a9e8 (diff)
downloadios-node-v8-a437a84f808ecb79705213e5a837cf4752e11a40.tar.gz
ios-node-v8-a437a84f808ecb79705213e5a837cf4752e11a40.tar.bz2
ios-node-v8-a437a84f808ecb79705213e5a837cf4752e11a40.zip
doc: fix urls to avoid redirection
Replace redirected urls with the final ones. Replace http urls with https ones. PR-URL: https://github.com/nodejs/node/pull/33614 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 13caddbdc1..0a8f24c694 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -695,7 +695,7 @@ that works for both your host and target environments.
### Build with a specific ICU
You can find other ICU releases at
-[the ICU homepage](http://icu-project.org/download).
+[the ICU homepage](http://site.icu-project.org/download).
Download the file named something like `icu4c-**##.#**-src.tgz` (or
`.zip`).
@@ -726,7 +726,7 @@ $ ./configure --with-intl=full-icu --with-icu-source=http://url/to/icu.tgz
#### Windows
First unpack latest ICU to `deps/icu`
-[icu4c-**##.#**-src.tgz](http://icu-project.org/download) (or `.zip`)
+[icu4c-**##.#**-src.tgz](http://site.icu-project.org/download) (or `.zip`)
as `deps/icu` (You'll have: `deps/icu/source/...`)
```console