]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/config.inc.php
change doc url
[github/wallabag/wallabag.git] / inc / poche / config.inc.php
index 2268808ebe7a3826a4d92325a9b27662f527ed1a..7f1b8c92b2d83438319f23baa4b20804ec89fb47 100755 (executable)
@@ -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';