Fix broken link to contributor page

Fixes #4052
This commit is contained in:
Frédéric Guillot
2018-10-23 15:17:33 -07:00
parent 5a2836bf39
commit 8532696f0c

View File

@@ -9,7 +9,7 @@
</li> </li>
<li> <li>
<?= t('Author:') ?> <?= t('Author:') ?>
<strong>Frédéric Guillot</strong> (<a href="https://github.com/kanboard/kanboard/blob/master/CONTRIBUTORS.md" target="_blank"><?= t('contributors') ?></a>) <strong>Frédéric Guillot</strong> (<a href="https://github.com/kanboard/kanboard/graphs/contributors" target="_blank"><?= t('contributors') ?></a>)
</li> </li>
<li> <li>
<?= t('License:') ?> <?= t('License:') ?>