summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-10-23 15:17:33 -0700
committerFrédéric Guillot <fred@kanboard.net>2018-10-23 15:17:33 -0700
commit8532696f0c79606811fdedf2d829db0fa378a70c (patch)
tree18781df34a8d47f45ef793f9263c86f3192e7fa2
parent5a2836bf39e76568731117df3d05c9345dee9406 (diff)
Fix broken link to contributor page
Fixes #4052
-rw-r--r--app/Template/config/about.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/config/about.php b/app/Template/config/about.php
index de1e6111..3f2705f2 100644
--- a/app/Template/config/about.php
+++ b/app/Template/config/about.php
@@ -9,7 +9,7 @@
</li>
<li>
<?= 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>
<?= t('License:') ?>