summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xincludes/classes/BitBoard.php2
-rwxr-xr-xtemplates/admin_boards.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/classes/BitBoard.php b/includes/classes/BitBoard.php
index 6104a00..7062b11 100755
--- a/includes/classes/BitBoard.php
+++ b/includes/classes/BitBoard.php
@@ -51,7 +51,7 @@ class BitBoard extends LibertyMime {
'handler_class' => 'BitBoard',
'handler_package' => 'boards',
'handler_file' => 'BitBoard.php',
- 'maintainer_url' => 'http://www.bitweaver.org'
+ 'maintainer_url' => 'https://www.bitweaver.org'
));
// Permission setup
diff --git a/templates/admin_boards.tpl b/templates/admin_boards.tpl
index e320d8e..2cb1d08 100755
--- a/templates/admin_boards.tpl
+++ b/templates/admin_boards.tpl
@@ -54,7 +54,7 @@
<div class="form-group">
{forminput}
<h2>Board to List Sync</h2>
- <p>Board to List Sync is the opposite of the above. It allows a bitweaver board to send a message to mailing list. You must complete the "List to Board Sync" configuration above for this feature to work. Please see <a href="http://www.bitweaver.org/wiki/BoardsEmailListConfig">configuration requirements</a> prior to utilizing this feature.</p>
+ <p>Board to List Sync is the opposite of the above. It allows a bitweaver board to send a message to mailing list. You must complete the "List to Board Sync" configuration above for this feature to work. Please see <a href="https://www.bitweaver.org/wiki/BoardsEmailListConfig">configuration requirements</a> prior to utilizing this feature.</p>
{/forminput}
</div>