We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b68ae9 commit 6575caaCopy full SHA for 6575caa
create_salsa_project.go
@@ -30,7 +30,7 @@ func execCreateSalsaProject(args []string) {
30
projectName := fs.Arg(0)
31
32
// The source code of the corresponding server can be found at:
33
- // https://github.com/Debian/pkg-go-tools/tree/master/cmd/pgt-api-server
+ // https://salsa.debian.org/go-team/infra/pkg-go-tools/-/tree/master/cmd/pgt-api-server
34
u, _ := url.Parse("https://api.go-team.debian.net/v1/createrepo")
35
q := u.Query()
36
q.Set("repo", projectName)
0 commit comments