diff options
author | nodiscc <nodiscc@gmail.com> | 2018-07-07 19:03:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-07 19:03:12 +0200 |
commit | 0a01cefb3bf46abf668cc7fa52bbdf314ed7c234 (patch) | |
tree | 64fb40b7cee6f0d436e2d3ec27b917c2621ff197 | |
parent | edb4a4d9c9fbc01d67ee8d095fe26648714e2285 (diff) | |
download | Shaarli-0a01cefb3bf46abf668cc7fa52bbdf314ed7c234.tar.gz Shaarli-0a01cefb3bf46abf668cc7fa52bbdf314ed7c234.tar.zst Shaarli-0a01cefb3bf46abf668cc7fa52bbdf314ed7c234.zip |
tpl: default: pluginsadmin: fix link to documentation
Ref #930
-rw-r--r-- | tpl/default/pluginsadmin.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/pluginsadmin.html b/tpl/default/pluginsadmin.html index 8f2597df..7601c6f4 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/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"> |