diff --git a/config.php-dist b/config.php-dist index 824c378a7..ae34b4f15 100644 --- a/config.php-dist +++ b/config.php-dist @@ -38,7 +38,7 @@ // background processes while not running tt-rss, this method is generally // viable to keep your feeds up to date. // Still, there are more robust (and recommended) updating methods - // available, you can read about them here: http://tt-rss.org/wiki/UpdatingFeeds + // available, you can read about them here: https://tt-rss.org/wiki/UpdatingFeeds // ***************************** // *** Files and directories *** diff --git a/include/functions.php b/include/functions.php index 4209cf6fa..c2cc4a292 100644 --- a/include/functions.php +++ b/include/functions.php @@ -666,7 +666,7 @@ $sth = $pdo->prepare("insert into ttrss_feeds (owner_uid,title,feed_url) values (?, 'Tiny Tiny RSS: Forum', - 'http://tt-rss.org/forum/rss.php')"); + 'https://tt-rss.org/forum/rss.php')"); $sth->execute([$uid]); } diff --git a/prefs.php b/prefs.php index 51699cef9..d55f1bc52 100644 --- a/prefs.php +++ b/prefs.php @@ -163,11 +163,11 @@