]> WPIA git - motion.git/commitdiff
fix: add missing colon in text
authorINOPIAE <m.maengel@inopiae.de>
Mon, 5 Oct 2020 12:01:13 +0000 (14:01 +0200)
committerINOPIAE <m.maengel@inopiae.de>
Mon, 5 Oct 2020 12:01:13 +0000 (14:01 +0200)
README.md
templates/index.html

index 6b2618dc7480bbc682954e1c82c4a7d996dd9fff..fa02a3b55dff59ab9d35c2f35a0b54a5f831f4fd 100644 (file)
--- 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
 
index 8f2fb2c00a8834ea5f54d355bc268742feeaca92..ad4b643d7bf1b456749199289b2f30a4e6d22bd1 100644 (file)
@@ -30,7 +30,7 @@ User: {{g.user}}
   <div class="card-body">
     <textarea class="form-control" placeholder="Motion content" name="content" rows="8"></textarea><br>
     Editing note: Markdown is used formatting.<br>
-    To add a line break add two lines, to enter a link use [text](https//domain.tld/link)<br>
+    To add a line break add two lines, to enter a link use [text](https://domain.tld/link)<br>
     <button class="btn btn-primary" type="submit">Submit Motion</button>
   </div>
 </div>