diff options
Diffstat (limited to 'templates/task_edit.php')
-rw-r--r-- | templates/task_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/task_edit.php b/templates/task_edit.php index eca4537a..07555432 100644 --- a/templates/task_edit.php +++ b/templates/task_edit.php @@ -28,7 +28,7 @@ <?= Helper\form_label(t('Description'), 'description') ?> <?= Helper\form_textarea('description', $values, $errors) ?><br/> - <div class="form-help"><a href="http://en.wikipedia.org/wiki/Markdown#Example" target="_blank"><?= t('Write your text in Markdown') ?></a></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> <?= Helper\form_checkbox('another_task', t('Create another task'), 1) ?> |