Change Kanboard's website URL to use HTTPS everywhere
This commit is contained in:
@@ -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>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user