1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

link to doc inside wallabag:about

This commit is contained in:
Thomas Citharel 2014-12-17 22:55:33 +01:00
parent 2903ffc54f
commit a50d7f0f20
2 changed files with 16 additions and 6 deletions

View file

@ -258,7 +258,7 @@ else if (isset($_POST['install'])) {
<?php endif; ?>
<?php endif; ?>
<p>To install wallabag, you just have to fill the following fields. That's all.</p>
<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>
<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>
<p>Don't forget to check your server compatibility <a href="install/wallabag_compatibility_test.php?from=install">here</a>.</p>
<form method="post">
<fieldset>
@ -372,4 +372,4 @@ php composer.phar install</code></pre></li>
});
</script>
</body>
</html>
</html>