Skip to content

Commit 9378bbd

Browse files
authored
Fix download link
1 parent 1eb2b28 commit 9378bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/getting_started.dt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ block body
88

99
p DUB is the D language's official package manager, providing simple and configurable cross-platform builds. DUB can also generate VisualD and Mono-D package files for easy IDE support.
1010

11-
p To install DUB, search your operating system's package manager or <a href="download">download</a> the pre-compiled package for your platform. The Windows installer will perform all installation steps; for other archives, you will want to ensure the DUB executable is in your path. Installation from source on other platforms is as simple as installing the dmd development files and your system's libcurl-dev, then running <code>./build.sh</code> in the repository's folder.
11+
p To install DUB, search your operating system's package manager or <a href="https://github.com/dlang/dub/releases">download</a> the pre-compiled package for your platform. The Windows installer will perform all installation steps; for other archives, you will want to ensure the DUB executable is in your path. Installation from source on other platforms is as simple as installing the dmd development files and your system's libcurl-dev, then running <code>./build.sh</code> in the repository's folder.
1212

1313
h2#own-projects Starting a new project
1414

0 commit comments

Comments
 (0)