diff --git a/wallabag.install b/wallabag.install index 1b342a2..efdd2cd 100644 --- a/wallabag.install +++ b/wallabag.install @@ -12,8 +12,8 @@ post_install() { 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 "" - echo -n "If you upgraded from 2.0.x, you might need to check the upgrade guide: " - echo "http://doc.wallabag.org/en/master/user/upgrade-2.0.x-2.1.1.html" + 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" }