From 605cd7545ead9c0d87d47f0f64ae102797770f70 Mon Sep 17 00:00:00 2001 From: Christoph Wagner Date: Mon, 18 Feb 2019 13:25:20 +0000 Subject: [PATCH] Changed http links to https (#18) --- wallabag.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wallabag.install b/wallabag.install index 041b287..3895243 100644 --- a/wallabag.install +++ b/wallabag.install @@ -10,10 +10,10 @@ post_install() { echo "php /usr/share/webapps/wallabag/bin/console wallabag:install --env=prod" echo "" echo -n "To setup your webserver and enable the needed php extensions, " - echo "please read: http://doc.wallabag.org/en/master/user/installation.html" + echo "please read: https://doc.wallabag.org/en/master/user/installation.html" echo "" echo -n "If you upgraded from 2.0.x or 2.1.x, you might need to check " - echo "the upgrade guide: http://doc.wallabag.org/en/master/user/upgrade.html" + echo "the upgrade guide: https://doc.wallabag.org/en/master/user/upgrade.html" }