From f66c8989a9081222876c6f90c687cc70085848b9 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 16 Oct 2017 04:35:05 +0200 Subject: [PATCH] fix doc links --- docs/options_dub_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/options_dub_build.md b/docs/options_dub_build.md index 5cbcc3b7..a96fb43d 100644 --- a/docs/options_dub_build.md +++ b/docs/options_dub_build.md @@ -13,7 +13,7 @@ This category exposes the DUB options that are passed to the build tool each tim ![](img/options_dub_build.png) - **combined**: If checked, tries to build the whole project in a single compiler run. -- **compiler**: Selects [which compiler](options_compilers_paths) is used by DUB when a project is compiled. Note that the DUB scripts don't use this setting, instead the same preference set for the [runnable modules](features_runnables) is used. +- **compiler**: Selects [which compiler](options_compilers_paths) is used by DUB when a project is compiled. Note that the DUB scripts don't use this setting, instead the same preference set for the [runnable modules](features_runnables#options) is used. - **dependenciesCheck**: Defines how DUB checks the project dependencies, typically used to avoid too much network operations. - **forceRebuild**: Forces a full recompilation, even if DUB determines that this would not be necessary. - **linkMode**: Specifies the way the compiler and linker are invoked.