From: INOPIAE Date: Mon, 5 Oct 2020 12:01:13 +0000 (+0200) Subject: fix: add missing colon in text X-Git-Url: https://code.wpia.club/?p=motion.git;a=commitdiff_plain;h=cb8d9401c235ddc672c1a49cab1d3eb385a90193 fix: add missing colon in text --- diff --git a/README.md b/README.md index 6b2618d..fa02a3b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ To grant right use the following (here with vote right as example): Within the motion content markdown can be used for formatting e.g. * To add a line break add two lines -* to enter a link use `[text](https//domain.tld/link)` +* to enter a link use `[text](https://domain.tld/link)` ## Settings for nginx diff --git a/templates/index.html b/templates/index.html index 8f2fb2c..ad4b643 100644 --- a/templates/index.html +++ b/templates/index.html @@ -30,7 +30,7 @@ User: {{g.user}}

Editing note: Markdown is used formatting.
- To add a line break add two lines, to enter a link use [text](https//domain.tld/link)
+ To add a line break add two lines, to enter a link use [text](https://domain.tld/link)