Fix GitHub/GitLab URLs.

This commit is contained in:
luk3yx 2020-04-22 21:37:58 +12:00
parent 717802d4f1
commit 0a06419b4b
2 changed files with 3 additions and 3 deletions

View File

@ -619,7 +619,7 @@ func addAdminPages(router *httprouter.Router, db lurkcoin.Database,
io.WriteString(w, adminPagesHeader+
`<h2>An error has occurred!</h2>`+
`<h5>`+msg+`</h5>`+
`<i>You can hurry back to the previous page, or learn to like `+
`<i>You can hurry back to the previous page, or learn to like`+
` this error and then eventually grow old and die.</i>`+
`<br/><br/>`+
`<a class="button button-primary" href="/admin">Go back</a>`+

View File

@ -39,8 +39,8 @@ const SYMBOL = "¤"
const VERSION = "3.0.0 alpha 0"
// Note that public source code is required by the AGPL
const SOURCE_URL = "https://github.com/luk3yx/lurkcoin"
const REPORT_SECURITY = "https://gitlab.com/luk3yx/lurkcoin/-/issues/new"
const SOURCE_URL = "https://github.com/luk3yx/lurkcoin-core"
const REPORT_SECURITY = "https://gitlab.com/luk3yx/lurkcoin-core/-/issues/new"
// Copyrights should be separated by newlines
const COPYRIGHT = "Copyright © 2020 by luk3yx"