summaryrefslogtreecommitdiff
path: root/app/Template/comment
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/comment')
-rw-r--r--app/Template/comment/create.php2
-rw-r--r--app/Template/comment/edit.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/comment/create.php b/app/Template/comment/create.php
index 8c66d9a4..8bcbe0f7 100644
--- a/app/Template/comment/create.php
+++ b/app/Template/comment/create.php
@@ -24,7 +24,7 @@
</div>
</div>
- <div class="form-help"><a href="http://kanboard.net/documentation/syntax-guide" target="_blank" rel="noreferrer"><?= t('Write your text in Markdown') ?></a></div>
+ <div class="form-help"><?= $this->url->doc(t('Write your text in Markdown'), 'syntax-guide') ?></div>
<div class="form-actions">
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/>
diff --git a/app/Template/comment/edit.php b/app/Template/comment/edit.php
index d67aa387..e01f3da4 100644
--- a/app/Template/comment/edit.php
+++ b/app/Template/comment/edit.php
@@ -26,7 +26,7 @@
</div>
</div>
- <div class="form-help"><a href="http://kanboard.net/documentation/syntax-guide" target="_blank" rel="noreferrer"><?= t('Write your text in Markdown') ?></a></div>
+ <div class="form-help"><?= $this->url->doc(t('Write your text in Markdown'), 'syntax-guide') ?></div>
<div class="form-actions">
<input type="submit" value="<?= t('Update') ?>" class="btn btn-blue"/>