Skip to content

Commit 5d32c50

Browse files
authored
Merge pull request shaarli#1176 from shaarli/fix-broken-doc-links
Fix broken documentation links in page footer and pluginsadmin
2 parents 6ecc466 + 738b187 commit 5d32c50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tpl/default/pluginsadmin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h3 class="window-subtitle">{'Disabled Plugins'|t}</h3>
117117

118118
<div class="center more">
119119
{"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>.
121121
</div>
122122
<div class="center">
123123
<input type="submit" value="{'Save'|t}" name="save">

tpl/vintage/page.footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div id="footer">
22
<strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong>
33
- 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>
55
{loop="$plugins_footer.text"}
66
{$value}
77
{/loop}

0 commit comments

Comments
 (0)