aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-11-24 07:41:05 -0500
committerJussi Pakkanen <jpakkane@gmail.com>2022-11-24 16:01:33 +0200
commitc05b2ba231bae7c4f1671980ca0faa7d2018dce8 (patch)
treed63e49f69f1602c4fa68fab137ec9eeead09ea7a
parent235f32f1a67f1d6662b0b1da08621e587da89f72 (diff)
downloadmeson-c05b2ba231bae7c4f1671980ca0faa7d2018dce8.zip
meson-c05b2ba231bae7c4f1671980ca0faa7d2018dce8.tar.gz
meson-c05b2ba231bae7c4f1671980ca0faa7d2018dce8.tar.bz2
Fix broken link in release notes
-rw-r--r--docs/markdown/Release-notes-for-0.64.0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Release-notes-for-0.64.0.md b/docs/markdown/Release-notes-for-0.64.0.md
index e31f85c..5cfde82 100644
--- a/docs/markdown/Release-notes-for-0.64.0.md
+++ b/docs/markdown/Release-notes-for-0.64.0.md
@@ -179,7 +179,7 @@ only include `wayland-client-core.h` instead of `wayland-client.h`.
## Automatic fallback using WrapDB
A new command has been added: `meson wrap update-db`. It downloads the list of
-wraps available in [WrapDB](wrapdb.mesonbuild.com) and stores it locally in
+wraps available in [WrapDB](https://wrapdb.mesonbuild.com) and stores it locally in
`subprojects/wrapdb.json`. When that file exists and a dependency is not found
on the system but is available in WrapDB, Meson will automatically download it.