summaryrefslogtreecommitdiff
path: root/app/Template/config
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/config')
-rw-r--r--app/Template/config/about.php2
-rw-r--r--app/Template/config/application.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/app/Template/config/about.php b/app/Template/config/about.php
index 4cce5e63..de1e6111 100644
--- a/app/Template/config/about.php
+++ b/app/Template/config/about.php
@@ -5,7 +5,7 @@
<ul>
<li>
<?= t('Official website:') ?>
- <a href="https://kanboard.net/" target="_blank" rel="noreferer">https://kanboard.net/</a>
+ <a href="https://kanboard.org/" target="_blank" rel="noreferer">https://kanboard.org/</a>
</li>
<li>
<?= t('Author:') ?>
diff --git a/app/Template/config/application.php b/app/Template/config/application.php
index d3d8c858..30e6363c 100644
--- a/app/Template/config/application.php
+++ b/app/Template/config/application.php
@@ -6,8 +6,8 @@
<fieldset>
<?= $this->form->label(t('Application URL'), 'application_url') ?>
- <?= $this->form->text('application_url', $values, $errors, array('placeholder="http://example.kanboard.net/"')) ?>
- <p class="form-help"><?= t('Example: http://example.kanboard.net/ (used to generate absolute URLs)') ?></p>
+ <?= $this->form->text('application_url', $values, $errors, array('placeholder="https://example.kanboard.org/"')) ?>
+ <p class="form-help"><?= t('Example: https://example.kanboard.org/ (used to generate absolute URLs)') ?></p>
<?= $this->form->label(t('Language'), 'application_language') ?>
<?= $this->form->select('application_language', $languages, $values, $errors) ?>