Browse Source

Merge pull request #1176 from shaarli/fix-broken-doc-links

Fix broken documentation links in page footer and pluginsadmin
nodiscc 5 years ago
parent
commit
5d32c50ad7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tpl/default/pluginsadmin.html
  2. 1 1
      tpl/vintage/page.footer.html

+ 1 - 1
tpl/default/pluginsadmin.html

@@ -117,7 +117,7 @@
 
       <div class="center more">
         {"More plugins available"|t}
-        <a href="doc/Community-&-Related-software.html#third-party-plugins">{"in the documentation"|t}</a>.
+        <a href="doc/html/Community-&-Related-software/#third-party-plugins">{"in the documentation"|t}</a>.
       </div>
       <div class="center">
         <input type="submit" value="{'Save'|t}" name="save">

+ 1 - 1
tpl/vintage/page.footer.html

@@ -1,7 +1,7 @@
 <div id="footer">
   <strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong>
   - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community
-  - <a href="doc/Home.html" rel="nofollow">Help/documentation</a>
+  - <a href="doc/html/index.html" rel="nofollow">Help/documentation</a>
     {loop="$plugins_footer.text"}
         {$value}
     {/loop}