diff --git a/lurkcoin/api/admin-pages.go b/lurkcoin/api/admin-pages.go index 7e1bce3..b3d5f9c 100644 --- a/lurkcoin/api/admin-pages.go +++ b/lurkcoin/api/admin-pages.go @@ -619,7 +619,7 @@ func addAdminPages(router *httprouter.Router, db lurkcoin.Database, io.WriteString(w, adminPagesHeader+ `

An error has occurred!

`+ `
`+msg+`
`+ - `You can hurry back to the previous page, or learn to like `+ + `You can hurry back to the previous page, or learn to like`+ ` this error and then eventually grow old and die.`+ `

`+ `Go back`+ diff --git a/lurkcoin/misc.go b/lurkcoin/misc.go index 74f5a2b..c5fa986 100644 --- a/lurkcoin/misc.go +++ b/lurkcoin/misc.go @@ -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"