diff options
author | nodiscc <nodiscc@gmail.com> | 2018-07-16 15:39:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-16 15:39:35 +0200 |
commit | 5d32c50ad70a659a6c86b80fa65d7ec41e045b1e (patch) | |
tree | fbfffc10cba4a2b089d85e9549c427c029e0b8e1 | |
parent | 6ecc4664b1269a08266ae9f1507402396c98a5a0 (diff) | |
parent | 738b1873c35e85f137c3a72504c69468669cc01b (diff) | |
download | Shaarli-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
-rw-r--r-- | tpl/default/pluginsadmin.html | 2 | ||||
-rw-r--r-- | tpl/vintage/page.footer.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tpl/default/pluginsadmin.html b/tpl/default/pluginsadmin.html index 8f2597df..82041972 100644 --- a/tpl/default/pluginsadmin.html +++ b/tpl/default/pluginsadmin.html | |||
@@ -117,7 +117,7 @@ | |||
117 | 117 | ||
118 | <div class="center more"> | 118 | <div class="center more"> |
119 | {"More plugins available"|t} | 119 | {"More plugins available"|t} |
120 | <a href="doc/Community-&-Related-software.html#third-party-plugins">{"in the documentation"|t}</a>. | 120 | <a href="doc/html/Community-&-Related-software/#third-party-plugins">{"in the documentation"|t}</a>. |
121 | </div> | 121 | </div> |
122 | <div class="center"> | 122 | <div class="center"> |
123 | <input type="submit" value="{'Save'|t}" name="save"> | 123 | <input type="submit" value="{'Save'|t}" name="save"> |
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} |