]> WPIA git - motion.git/blobdiff - templates/index.html
fix: add missing colon in text
[motion.git] / templates / index.html
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>