aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Ricard <axel.ricard@allegrodvt.com>2024-03-14 10:52:58 +0100
committerEli Schwartz <eschwartz93@gmail.com>2024-05-08 08:14:12 -0400
commitc0e877e53d0ad0eef21e316a443ab1ce0f55aa7c (patch)
treebd407c8506b37f71dcee1358d3885cb92a45b1e8
parentbcaab91bf61327bb7c2a0259292c2a336ad6513a (diff)
downloadmeson-c0e877e53d0ad0eef21e316a443ab1ce0f55aa7c.zip
meson-c0e877e53d0ad0eef21e316a443ab1ce0f55aa7c.tar.gz
meson-c0e877e53d0ad0eef21e316a443ab1ce0f55aa7c.tar.bz2
fix broken link
-rw-r--r--docs/markdown/D.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/D.md b/docs/markdown/D.md
index 03d4047..b809103 100644
--- a/docs/markdown/D.md
+++ b/docs/markdown/D.md
@@ -139,6 +139,6 @@ DUB is a fully integrated build system for D, but it is also a way to
provide dependencies. Adding dependencies from the [D package
registry](https://code.dlang.org/) is pretty straight forward. You can
find how to do this in
-[Dependencies](Dependencies.md#some-notes-on-dub). You can also
+[Dependencies](Dependencies.md#dub). You can also
automatically generate a `dub.json` file as explained in
[Dlang](Dlang-module.md#generate_dub_file).