Changed http links to https (#18)
This commit is contained in:
parent
30d4a0f435
commit
605cd7545e
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue