1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-11-07 19:13:01 +00:00

mycorrhiza.lesarbr.es -> mycorrhiza.wiki

This commit is contained in:
handlerug
2021-07-05 11:22:17 +07:00
parent 9dfbcedd19
commit 80414dd748
9 changed files with 9 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ func handlerReindex(w http.ResponseWriter, rq *http.Request) {
// handlerUpdateHeaderLinks updates header links by reading the configured hypha, if there is any, or resorting to default values.
//
// See https://mycorrhiza.lesarbr.es/hypha/configuration/header
// See https://mycorrhiza.wiki/hypha/configuration/header
func handlerUpdateHeaderLinks(w http.ResponseWriter, rq *http.Request) {
util.PrepareRq(rq)
if ok := user.CanProceed(rq, "update-header-links"); !ok {