Skip to content

Commit 375fe78

Browse files
authored
Fix broken links to specific package format page
1 parent 7a01bba commit 375fe78

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
@@ -58,7 +58,7 @@ block body
5858
copyright "Copyright © 2017, imadev"
5959
license "Boost"
6060

61-
p For more information and help with configuring your builds, see the documentation for <a href="package-format?json">JSON</a> and <a href="package-format?sdl">SDLang</a>. DUB is smart and will provide sane defaults, but you can override almost anything.
61+
p For more information and help with configuring your builds, see the documentation for <a href="package-format-json">JSON</a> and <a href="package-format-sdl">SDLang</a>. DUB is smart and will provide sane defaults, but you can override almost anything.
6262

6363
p Execute <code>dub build</code> to build your project, <code>dub run</code> to build and run it, or <code>dub test</code> to build and run unit tests. The last line below is the output of the default application.
6464

0 commit comments

Comments
 (0)