diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-10 15:46:05 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-10 15:46:05 +0200 |
commit | d11e2bcf48badc1da0e3914eec49d9ab1d781f4d (patch) | |
tree | dab94ba3e760671710f2e86205f458b474bf8767 /inc | |
parent | 3c33e40b614db7d14fec1d9b87963def4fac46a5 (diff) | |
download | wallabag-d11e2bcf48badc1da0e3914eec49d9ab1d781f4d.tar.gz wallabag-d11e2bcf48badc1da0e3914eec49d9ab1d781f4d.tar.zst wallabag-d11e2bcf48badc1da0e3914eec49d9ab1d781f4d.zip |
change doc url
Diffstat (limited to 'inc')
-rwxr-xr-x | inc/poche/config.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/config.inc.php b/inc/poche/config.inc.php index 2268808e..7f1b8c92 100755 --- a/inc/poche/config.inc.php +++ b/inc/poche/config.inc.php | |||
@@ -12,7 +12,7 @@ require_once __DIR__ . '/../../inc/poche/define.inc.php'; | |||
12 | 12 | ||
13 | # /!\ Be careful if you change the lines below /!\ | 13 | # /!\ Be careful if you change the lines below /!\ |
14 | if (!file_exists(__DIR__ . '/../../vendor/autoload.php')) { | 14 | if (!file_exists(__DIR__ . '/../../vendor/autoload.php')) { |
15 | die('Twig does not seem installed. Have a look at <a href="http://inthepoche.com/?pages/Documentation">the documentation.</a>'); | 15 | die('Twig does not seem installed. Have a look at <a href="inthepoche.com/doc">the documentation.</a>'); |
16 | } | 16 | } |
17 | 17 | ||
18 | require_once __DIR__ . '/../../inc/poche/User.class.php'; | 18 | require_once __DIR__ . '/../../inc/poche/User.class.php'; |