From cb8d9401c235ddc672c1a49cab1d3eb385a90193 Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Mon, 5 Oct 2020 14:01:13 +0200 Subject: [PATCH] fix: add missing colon in text --- README.md | 2 +- templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)
-- 2.39.2