Fix GitHub/GitLab URLs.
This commit is contained in:
parent
717802d4f1
commit
0a06419b4b
|
@ -619,7 +619,7 @@ func addAdminPages(router *httprouter.Router, db lurkcoin.Database,
|
||||||
io.WriteString(w, adminPagesHeader+
|
io.WriteString(w, adminPagesHeader+
|
||||||
`<h2>An error has occurred!</h2>`+
|
`<h2>An error has occurred!</h2>`+
|
||||||
`<h5>`+msg+`</h5>`+
|
`<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>`+
|
` this error and then eventually grow old and die.</i>`+
|
||||||
`<br/><br/>`+
|
`<br/><br/>`+
|
||||||
`<a class="button button-primary" href="/admin">Go back</a>`+
|
`<a class="button button-primary" href="/admin">Go back</a>`+
|
||||||
|
|
|
@ -39,8 +39,8 @@ const SYMBOL = "¤"
|
||||||
const VERSION = "3.0.0 alpha 0"
|
const VERSION = "3.0.0 alpha 0"
|
||||||
|
|
||||||
// Note that public source code is required by the AGPL
|
// Note that public source code is required by the AGPL
|
||||||
const SOURCE_URL = "https://github.com/luk3yx/lurkcoin"
|
const SOURCE_URL = "https://github.com/luk3yx/lurkcoin-core"
|
||||||
const REPORT_SECURITY = "https://gitlab.com/luk3yx/lurkcoin/-/issues/new"
|
const REPORT_SECURITY = "https://gitlab.com/luk3yx/lurkcoin-core/-/issues/new"
|
||||||
|
|
||||||
// Copyrights should be separated by newlines
|
// Copyrights should be separated by newlines
|
||||||
const COPYRIGHT = "Copyright © 2020 by luk3yx"
|
const COPYRIGHT = "Copyright © 2020 by luk3yx"
|
||||||
|
|
Loading…
Reference in New Issue