diff options
| author | Anton Leontiev <scileont@gmail.com> | 2019-10-19 12:40:52 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-10-19 19:14:10 +0300 |
| commit | 603b1ac287d73c5d2dfa3fdcb6402a082ed2c236 (patch) | |
| tree | e8fb975167bfc165017ed72db8d442ac13260a42 /docs/markdown/D.md | |
| parent | ddd7cf634b6c691c656b59ee44ff9c35c3c5d5b8 (diff) | |
| download | meson-603b1ac287d73c5d2dfa3fdcb6402a082ed2c236.tar.gz | |
docs: Fix some incorrect links [skip ci]
Diffstat (limited to 'docs/markdown/D.md')
| -rw-r--r-- | docs/markdown/D.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/D.md b/docs/markdown/D.md index 2b0eaac5a..ed8986b1f 100644 --- a/docs/markdown/D.md +++ b/docs/markdown/D.md @@ -113,5 +113,5 @@ compilers will lead to problems. 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#Dub). You can also automatically -generate a `dub.json` file as explained in [Dlang](Dlang-module.md#generatedubfile). +[Dependencies](Dependencies.md#some-notes-on-dub). You can also automatically +generate a `dub.json` file as explained in [Dlang](Dlang-module.md#generate_dub_file). |
