1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

change doc url

This commit is contained in:
Nicolas Lœuillet 2013-09-10 15:46:05 +02:00
parent 3c33e40b61
commit d11e2bcf48
4 changed files with 7 additions and 7 deletions

View file

@ -12,7 +12,7 @@ require_once __DIR__ . '/../../inc/poche/define.inc.php';
# /!\ Be careful if you change the lines below /!\
if (!file_exists(__DIR__ . '/../../vendor/autoload.php')) {
die('Twig does not seem installed. Have a look at <a href="http://inthepoche.com/?pages/Documentation">the documentation.</a>');
die('Twig does not seem installed. Have a look at <a href="inthepoche.com/doc">the documentation.</a>');
}
require_once __DIR__ . '/../../inc/poche/User.class.php';