From d58dcf26e7dca894aca6c6771ca45c623a23a2c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=A4reholt?= Date: Thu, 5 Nov 2020 20:10:57 +0100 Subject: [PATCH] docs: Fix broken anchor links [skip ci] Apparently anchor links are case-sensitive and needs to be lowercase in hotdoc. Prior to this change the anchor links were uppercase so the link did not refer to the anchor tag. Likely that there are more occurrences around the docs than this, have not looked. --- docs/markdown/Builtin-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index afc1cde41..b2e1c3c88 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -57,7 +57,7 @@ particularly the paths section may be necessary. ### Core options Options that are labeled "per machine" in the table are set per machine. See -the [specifying options per machine](#Specifying-options-per-machine) section +the [specifying options per machine](#specifying-options-per-machine) section for details. | Option | Default value | Description | Is per machine | Is per subproject | @@ -185,7 +185,7 @@ argument forms, but the libraries are: kernel32, user32, gdi32, winspool, shell32, ole32, oleaut32, uuid, comdlg32, advapi32. All these `_*` options are specified per machine. See below in the -[specifying options per machine](#Specifying-options-per-machine) section on +[specifying options per machine](#specifying-options-per-machine) section on how to do this in cross builds. When using MSVC, `cpp_eh=none` will result in no exception flags being passed,