diff options
-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} |