summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-09-17 09:02:30 +0300
committerAndrew Dolgov <[email protected]>2020-09-17 09:02:30 +0300
commit16c86e2fc394935d64ff43ec89be6b7ae5a19e69 (patch)
treeb2d7639fef9745ad19d71629138783db01a718a4 /prefs.php
parenta817d3794d920f4f9280820beea746ab072830cd (diff)
replace some plain http links with https
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/prefs.php b/prefs.php
index 51699cef9..d55f1bc52 100644
--- a/prefs.php
+++ b/prefs.php
@@ -163,11 +163,11 @@
</div>
<?php $version = get_version($git_commit, $git_timestamp, $last_error); ?>
<div id="footer" dojoType="dijit.layout.ContentPane" region="bottom">
- <a class="text-muted" target="_blank" href="http://tt-rss.org/">Tiny Tiny RSS</a>
+ <a class="text-muted" target="_blank" href="https://tt-rss.org/">Tiny Tiny RSS</a>
<span title="<?php echo htmlspecialchars($last_error) ?>">v<?php echo $version ?></span>
&copy; 2005-<?php echo date('Y') ?>
<a class="text-muted" target="_blank"
- href="http://fakecake.org/">Andrew Dolgov</a>
+ href="https://fakecake.org/">Andrew Dolgov</a>
</div> <!-- footer -->
</div>