diff options
-rw-r--r-- | docs/markdown/Release-notes-for-0.64.0.md | 2 |
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. |