diff --git a/cfg/config.go b/cfg/config.go index d8393dd..4d5da1f 100644 --- a/cfg/config.go +++ b/cfg/config.go @@ -14,7 +14,7 @@ import ( // These variables represent the configuration. You are not meant to modify // them after they were set. -// See https://mycorrhiza.lesarbr.es/hypha/configuration/fields for the +// See https://mycorrhiza.wiki/hypha/configuration/fields for the // documentation. var ( WikiName string diff --git a/cfg/header_links.go b/cfg/header_links.go index b6add82..b53aa4c 100644 --- a/cfg/header_links.go +++ b/cfg/header_links.go @@ -1,6 +1,6 @@ package cfg -// See https://mycorrhiza.lesarbr.es/hypha/configuration/header +// See https://mycorrhiza.wiki/hypha/configuration/header import ( "github.com/bouncepaw/mycomarkup/blocks" "strings" diff --git a/views/hypha.qtpl b/views/hypha.qtpl index aad4562..2cb5359 100644 --- a/views/hypha.qtpl +++ b/views/hypha.qtpl @@ -20,7 +20,7 @@

📝 Write a text

-

Write a note, a diary, an article, a story or anything textual using Mycomarkup. Full history of edits to the document will be saved.

+

Write a note, a diary, an article, a story or anything textual using Mycomarkup. Full history of edits to the document will be saved.

Make sure to follow this wiki's writing conventions if there are any.

Create
diff --git a/views/hypha.qtpl.go b/views/hypha.qtpl.go index 3a43903..3731e6b 100644 --- a/views/hypha.qtpl.go +++ b/views/hypha.qtpl.go @@ -68,7 +68,7 @@ func streamnonExistentHyphaNotice(qw422016 *qt422016.Writer, h *hyphae.Hypha, u

📝 Write a text

-

Write a note, a diary, an article, a story or anything textual using Mycomarkup. Full history of edits to the document will be saved.

+

Write a note, a diary, an article, a story or anything textual using Mycomarkup. Full history of edits to the document will be saved.

Make sure to follow this wiki's writing conventions if there are any.

Learn more about mycomarkup

+

Learn more about mycomarkup

Actions

{% for _, el := range []struct{ diff --git a/views/mutators.qtpl.go b/views/mutators.qtpl.go index b7186ea..c7da710 100644 --- a/views/mutators.qtpl.go +++ b/views/mutators.qtpl.go @@ -88,7 +88,7 @@ func StreamToolbar(qw422016 *qt422016.Writer, u *user.User) { //line views/mutators.qtpl:41 qw422016.N().S(`
-

Learn more about mycomarkup

+

Learn more about mycomarkup

Actions

`) diff --git a/views/stuff.qtpl b/views/stuff.qtpl index a59a30d..0bc1d0b 100644 --- a/views/stuff.qtpl +++ b/views/stuff.qtpl @@ -112,7 +112,7 @@ for u := range user.YieldUsers() {

About {%s cfg.WikiName %}

    -
  • Mycorrhiza Wiki version: 1.3.0
  • +
  • Mycorrhiza Wiki version: 1.3.0
  • {%- if cfg.UseAuth -%}
  • User count: {%dul user.Count() %}
  • Home page: {%s cfg.HomeHypha %}
  • diff --git a/views/stuff.qtpl.go b/views/stuff.qtpl.go index 62ac714..ba8a00d 100644 --- a/views/stuff.qtpl.go +++ b/views/stuff.qtpl.go @@ -373,7 +373,7 @@ func StreamAboutHTML(qw422016 *qt422016.Writer) { //line views/stuff.qtpl:113 qw422016.N().S(`
      -
    • Mycorrhiza Wiki version: 1.3.0
    • +
    • Mycorrhiza Wiki version: 1.3.0
    • `) //line views/stuff.qtpl:116 if cfg.UseAuth { diff --git a/web/stuff.go b/web/stuff.go index a8352b7..9928fb8 100644 --- a/web/stuff.go +++ b/web/stuff.go @@ -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 {