aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2018-07-16 15:39:35 +0200
committerGitHub <noreply@github.com>2018-07-16 15:39:35 +0200
commit5d32c50ad70a659a6c86b80fa65d7ec41e045b1e (patch)
treefbfffc10cba4a2b089d85e9549c427c029e0b8e1 /tpl/vintage
parent6ecc4664b1269a08266ae9f1507402396c98a5a0 (diff)
parent738b1873c35e85f137c3a72504c69468669cc01b (diff)
downloadShaarli-5d32c50ad70a659a6c86b80fa65d7ec41e045b1e.tar.gz
Shaarli-5d32c50ad70a659a6c86b80fa65d7ec41e045b1e.tar.zst
Shaarli-5d32c50ad70a659a6c86b80fa65d7ec41e045b1e.zip
Merge pull request #1176 from shaarli/fix-broken-doc-links
Fix broken documentation links in page footer and pluginsadmin
Diffstat (limited to 'tpl/vintage')
-rw-r--r--tpl/vintage/page.footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/vintage/page.footer.html b/tpl/vintage/page.footer.html
index f409721e..a3380841 100644
--- a/tpl/vintage/page.footer.html
+++ b/tpl/vintage/page.footer.html
@@ -1,7 +1,7 @@
1<div id="footer"> 1<div id="footer">
2 <strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong> 2 <strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong>
3 - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community 3 - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community
4 - <a href="doc/Home.html" rel="nofollow">Help/documentation</a> 4 - <a href="doc/html/index.html" rel="nofollow">Help/documentation</a>
5 {loop="$plugins_footer.text"} 5 {loop="$plugins_footer.text"}
6 {$value} 6 {$value}
7 {/loop} 7 {/loop}