summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2020-04-05 23:26:24 -0400
committerRich Trott <rtrott@gmail.com>2020-04-23 21:48:17 -0700
commit7183d70273d8fad1d33233d5737a076e40bacd8c (patch)
tree0c519eb234bd63b25710c2c54ef8905b869dbed4 /BUILDING.md
parente99ec396102953b51bb4426482e69ff8b2922f9f (diff)
downloadios-node-v8-7183d70273d8fad1d33233d5737a076e40bacd8c.tar.gz
ios-node-v8-7183d70273d8fad1d33233d5737a076e40bacd8c.tar.bz2
ios-node-v8-7183d70273d8fad1d33233d5737a076e40bacd8c.zip
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 a4a00a9f1f..a7dc040f5f 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