diff options
author | nodiscc <nodiscc@gmail.com> | 2018-07-07 19:05:23 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2018-07-08 21:06:50 +0200 |
commit | 969446eb288693028bd23e517970bdc61a6c35ea (patch) | |
tree | c525e6e2d2790670db160ea286f3aa5532d45ffc | |
parent | 0a01cefb3bf46abf668cc7fa52bbdf314ed7c234 (diff) | |
download | Shaarli-969446eb288693028bd23e517970bdc61a6c35ea.tar.gz Shaarli-969446eb288693028bd23e517970bdc61a6c35ea.tar.zst Shaarli-969446eb288693028bd23e517970bdc61a6c35ea.zip |
tpl: vintage: page.footer: fix documentation linkfix-broken-doc-links
Ref #930
-rw-r--r-- | tpl/vintage/page.footer.html | 2 |
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} |