Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2020-04-06 06:26:24 +0300
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2020-04-28 18:28:28 +0300
commit71f90234f906e16bac0b1c423684a0c61c2598dd (patch)
treecedd8eb7ff1f4e4fd9138f66380e879af053bb77 /BUILDING.md
parentb4ef06267d97eca0bfd734cf3be0ae31267b1716 (diff)
doc: add angle brackets around implicit links
PR-URL: https://github.com/nodejs/node/pull/32676 Reviewed-By: Rich Trott <rtrott@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 a4a00a9f1ff..a7dc040f5f3 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -204,7 +204,7 @@ For use of AVX2,
* nasm version 2.10 or higher in Windows
Please refer to
- https://www.openssl.org/docs/man1.1.1/man3/OPENSSL_ia32cap.html for details.
+ <https://www.openssl.org/docs/man1.1.1/man3/OPENSSL_ia32cap.html> for details.
If compiling without one of the above, use `configure` with the
`--openssl-no-asm` flag. Otherwise, `configure` will fail.
@@ -277,7 +277,7 @@ $ make -j4
If you run into a `No module named 'distutils.spawn'` error when executing
`./configure`, please try `python3 -m pip install --upgrade setuptools` or
`sudo apt install python3-distutils -y`.
-For more information, see https://github.com/nodejs/node/issues/30189.
+For more information, see <https://github.com/nodejs/node/issues/30189>.
The `-j4` option will cause `make` to run 4 simultaneous compilation jobs which
may reduce build time. For more information, see the