diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-10-23 15:17:33 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-10-23 15:17:33 -0700 |
commit | 8532696f0c79606811fdedf2d829db0fa378a70c (patch) | |
tree | 18781df34a8d47f45ef793f9263c86f3192e7fa2 /app/Template/config | |
parent | 5a2836bf39e76568731117df3d05c9345dee9406 (diff) |
Fix broken link to contributor page
Fixes #4052
Diffstat (limited to 'app/Template/config')
-rw-r--r-- | app/Template/config/about.php | 2 |
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:') ?> |