diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-03 19:03:52 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-03 19:03:52 +0200 |
commit | d47d2533accb30a69fbbb964f63793b821300974 (patch) | |
tree | 21c041fef6e17a41e0d3f9e965124e550f272b95 /inc/poche | |
parent | 27a74816daa944aefd6353b75b94dea7036145aa (diff) | |
download | wallabag-d47d2533accb30a69fbbb964f63793b821300974.tar.gz wallabag-d47d2533accb30a69fbbb964f63793b821300974.tar.zst wallabag-d47d2533accb30a69fbbb964f63793b821300974.zip |
change doc link1.0.0
Diffstat (limited to 'inc/poche')
-rw-r--r-- | inc/poche/Poche.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 8fe7a4f5..1ba8e7c1 100644 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -105,7 +105,7 @@ class Poche | |||
105 | public function themeIsInstalled() { | 105 | public function themeIsInstalled() { |
106 | # Twig is an absolute requirement for Poche to function. Abort immediately if the Composer installer hasn't been run yet | 106 | # Twig is an absolute requirement for Poche to function. Abort immediately if the Composer installer hasn't been run yet |
107 | if (! self::$canRenderTemplates) { | 107 | if (! self::$canRenderTemplates) { |
108 | $this->notInstalledMessage = 'Twig does not seem to be installed. Please initialize the Composer installation to automatically fetch dependencies. Have a look at <a href="http://inthepoche.com/?pages/Documentation">the documentation.</a>'; | 108 | $this->notInstalledMessage = 'Twig does not seem to be installed. Please initialize the Composer installation to automatically fetch dependencies. Have a look at <a href="http://doc.inthepoche.com/doku.php?id=users:begin:install">the documentation.</a>'; |
109 | 109 | ||
110 | return false; | 110 | return false; |
111 | } | 111 | } |