summaryrefslogtreecommitdiff
path: root/app/Template/config
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-04-30 12:10:27 -0400
committerFrederic Guillot <fred@kanboard.net>2016-04-30 12:10:27 -0400
commitc3d06f7794855f726ed817f0bd33bb1c336275e0 (patch)
tree9a4c600af7d5edb304673d6299ce34cb81e09cff /app/Template/config
parent9fa8f63d25a1bd1b2ce17c5dc610680aefa290fe (diff)
Change Kanboard's website URL to use HTTPS everywhere
Diffstat (limited to 'app/Template/config')
-rw-r--r--app/Template/config/about.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/config/about.php b/app/Template/config/about.php
index 5c1f4b39..1c45d73a 100644
--- a/app/Template/config/about.php
+++ b/app/Template/config/about.php
@@ -5,7 +5,7 @@
<ul>
<li>
<?= t('Official website:') ?>
- <a href="http://kanboard.net/" target="_blank" rel="noreferer">http://kanboard.net/</a>
+ <a href="https://kanboard.net/" target="_blank" rel="noreferer">https://kanboard.net/</a>
</li>
<li>
<?= t('Author:') ?>
@@ -83,4 +83,4 @@
</div>
<div class="listing">
<?= nl2br(file_get_contents('LICENSE')) ?>
-</div> \ No newline at end of file
+</div>