summaryrefslogtreecommitdiff
path: root/app/Template/search/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/search/index.php')
-rw-r--r--app/Template/search/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/search/index.php b/app/Template/search/index.php
index 8940a24e..329c072a 100644
--- a/app/Template/search/index.php
+++ b/app/Template/search/index.php
@@ -31,7 +31,7 @@
<li><?= t('Search by description: ') ?><strong>description:"Something to find"</strong></li>
<li><?= t('Search by due date: ') ?><strong>due:2015-07-01</strong></li>
</ul>
- <p><i class="fa fa-external-link fa-fw"></i><a href="http://kanboard.net/documentation/search" target="_blank"><?= t('View advanced search syntax') ?></a></p>
+ <p><i class="fa fa-external-link fa-fw"></i><?= $this->url->doc(t('View advanced search syntax'), 'search') ?></p>
</div>
<?php elseif (! empty($values['search']) && $paginator->isEmpty()): ?>
<p class="alert"><?= t('Nothing found.') ?></p>