aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Bjäreholt <johan@bjareho.lt>2020-11-05 20:10:57 +0100
committerGitHub <noreply@github.com>2020-11-05 21:10:57 +0200
commitd58dcf26e7dca894aca6c6771ca45c623a23a2c5 (patch)
treeaa7316ac6db2ab57b56c8d21316d569faf613da7
parenteec5bb11ba314dc9e8eade8eab3c081f52a151e0 (diff)
downloadmeson-d58dcf26e7dca894aca6c6771ca45c623a23a2c5.zip
meson-d58dcf26e7dca894aca6c6771ca45c623a23a2c5.tar.gz
meson-d58dcf26e7dca894aca6c6771ca45c623a23a2c5.tar.bz2
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.
-rw-r--r--docs/markdown/Builtin-options.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md
index afc1cde..b2e1c3c 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 `<lang>_*` 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,