]> WPIA git - motion.git/commitdiff
Merge branch 'fix_typo' into 'master'
authorFelix Dörre <felix@dogcraft.de>
Mon, 5 Oct 2020 12:24:39 +0000 (14:24 +0200)
committerFelix Dörre <felix@dogcraft.de>
Mon, 5 Oct 2020 12:24:39 +0000 (14:24 +0200)
fix: add missing colon in text

See merge request felixdoerre/motion!20

README.md
templates/index.html

index c41874a73c738eef688a1cd27ef1c7e42faafcfc..e06c09e865173400a41156b66c1d2ea491c9761c 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>