diff options
author | Thomas Citharel <tcit@tcit.fr> | 2014-12-17 22:55:33 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2014-12-17 22:55:33 +0100 |
commit | a50d7f0f20e7160f1a4dd736c225a9565454a9d5 (patch) | |
tree | b2994294bfb86154d230d1e9cbdec42e550b4d21 /install | |
parent | 2903ffc54fc1f24c0f3f57700eab51a08a96777a (diff) | |
download | wallabag-a50d7f0f20e7160f1a4dd736c225a9565454a9d5.tar.gz wallabag-a50d7f0f20e7160f1a4dd736c225a9565454a9d5.tar.zst wallabag-a50d7f0f20e7160f1a4dd736c225a9565454a9d5.zip |
link to doc inside wallabag:about
Diffstat (limited to 'install')
-rwxr-xr-x | install/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/index.php b/install/index.php index d00c8bd5..06d1a419 100755 --- a/install/index.php +++ b/install/index.php | |||
@@ -258,7 +258,7 @@ else if (isset($_POST['install'])) { | |||
258 | <?php endif; ?> | 258 | <?php endif; ?> |
259 | <?php endif; ?> | 259 | <?php endif; ?> |
260 | <p>To install wallabag, you just have to fill the following fields. That's all.</p> | 260 | <p>To install wallabag, you just have to fill the following fields. That's all.</p> |
261 | <p>If you need help, you can read the doc: <a href="docs/">offline documentation</a> and <a href="http://doc.wallabag.org">online one</a> (already up-to-date).</p> | 261 | <p>If you need help, you can read the doc: <a href="docs/" target="_blank">offline documentation</a> and <a href="http://doc.wallabag.org" target="_blank">online one</a> (already up-to-date).</p> |
262 | <p>Don't forget to check your server compatibility <a href="install/wallabag_compatibility_test.php?from=install">here</a>.</p> | 262 | <p>Don't forget to check your server compatibility <a href="install/wallabag_compatibility_test.php?from=install">here</a>.</p> |
263 | <form method="post"> | 263 | <form method="post"> |
264 | <fieldset> | 264 | <fieldset> |
@@ -372,4 +372,4 @@ php composer.phar install</code></pre></li> | |||
372 | }); | 372 | }); |
373 | </script> | 373 | </script> |
374 | </body> | 374 | </body> |
375 | </html> \ No newline at end of file | 375 | </html> |