diff options
author | Axel Ricard <axel.ricard@allegrodvt.com> | 2024-03-14 10:52:58 +0100 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-05-08 08:14:12 -0400 |
commit | c0e877e53d0ad0eef21e316a443ab1ce0f55aa7c (patch) | |
tree | bd407c8506b37f71dcee1358d3885cb92a45b1e8 | |
parent | bcaab91bf61327bb7c2a0259292c2a336ad6513a (diff) | |
download | meson-c0e877e53d0ad0eef21e316a443ab1ce0f55aa7c.zip meson-c0e877e53d0ad0eef21e316a443ab1ce0f55aa7c.tar.gz meson-c0e877e53d0ad0eef21e316a443ab1ce0f55aa7c.tar.bz2 |
fix broken link
-rw-r--r-- | docs/markdown/D.md | 2 |
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). |