summaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.48.0.md
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2021-08-22 17:56:56 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2021-10-03 12:19:45 +0200
commit2327cb5eb3ebbbca78701cf4a27ead376d245ffe (patch)
tree7c843f091e06d168ffa073f0db41d70daef68c9d /docs/markdown/Release-notes-for-0.48.0.md
parent5dd8171fb3d226eaef52faa821286cf79d0f8a2a (diff)
downloadmeson-2327cb5eb3ebbbca78701cf4a27ead376d245ffe.tar.gz
docs: Fix broken links
Diffstat (limited to 'docs/markdown/Release-notes-for-0.48.0.md')
-rw-r--r--docs/markdown/Release-notes-for-0.48.0.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Release-notes-for-0.48.0.md b/docs/markdown/Release-notes-for-0.48.0.md
index 4b68b6d7c..50e8f20b4 100644
--- a/docs/markdown/Release-notes-for-0.48.0.md
+++ b/docs/markdown/Release-notes-for-0.48.0.md
@@ -30,7 +30,7 @@ manually changed with the new base option `b_vscrt`.
## Meson warns if two calls to `configure_file()` write to the same file
If two calls to
-[`configure_file()`](Reference-manual.md#configure_file) write to the
+[[configure_file]] write to the
same file Meson will print a `WARNING:` message during configuration.
For example:
@@ -268,7 +268,7 @@ Now, by default `shared_library()` sets `-compatibility_version` and
`-current_version` of a macOS dylib using the `soversion`.
This can be overridden by using the `darwin_versions:` kwarg to
-[`shared_library()`](Reference-manual.md#shared_library). As usual,
+[[shared_library]]. As usual,
you can also pass this kwarg to `library()` or `build_target()` and it
will be used in the appropriate circumstances.