Skip to content

Commit 1244b91

Browse files
Merge pull request #32 from Imperatorn/master
Invalid links
2 parents 0a77945 + f8fd884 commit 1244b91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/publish.dt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ block body
99

1010
p To create a DUB compatible project, the easiest way is to use the dub executable. <code>$ dub init myproject</code> will create a new folder <code>myproject</code> that contains the recommended skeleton and a basic <code>dub.json</code> file. Running <code>$ dub</code> from this directory will build and run the empty project.
1111

12-
p You should then adjust <code>dub.json</code> to fit the project. Especially the "authors", "copyright", "license" and "description" fields should be properly filled out before publishing. For details about the format of this file, see the <a href="package-format">package format page</a>.
12+
p You should then adjust <code>dub.json</code> to fit the project. Especially the "authors", "copyright", "license" and "description" fields should be properly filled out before publishing. For details about the format of this file, see the <a href="package-format-json">package format page</a>.
1313

1414

1515
h2#register Registering with the registry
1616

17-
p If you want to publish your project, simply put the contents into a repository and push it to <a href="https://github.com/">GitHub</a>, <a href="https://gitlab.com/">GitLab</a> or <a href="https://bitbucket.org">Bitbucket</a>. You can then <a href="register">register an account</a> and register the package using your GitHub/GitLab/Bitbucket user name (or organization) and the project name. Anyone who adds the name of your project as a dependency to his/her package description will automatically have the contents of your git repository available to his/her project.
17+
p If you want to publish your project, simply put the contents into a repository and push it to <a href="https://github.com/">GitHub</a>, <a href="https://gitlab.com/">GitLab</a> or <a href="https://bitbucket.org">Bitbucket</a>. You can then <a href="https://code.dlang.org/register">register an account</a> and register the package using your GitHub/GitLab/Bitbucket user name (or organization) and the project name. Anyone who adds the name of your project as a dependency to his/her package description will automatically have the contents of your git repository available to his/her project.
1818

1919

2020
h2#versions Version tags

0 commit comments

Comments
 (0)