summaryrefslogtreecommitdiffstats
path: root/public/help/cs
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-06-06 04:07:12 +0000
committerGo MAEDA <maeda@farend.jp>2018-06-06 04:07:12 +0000
commitbe7b5be79e00b774b66d52ccc5f24794ed5138f8 (patch)
tree1d3d1401439ee3bdb0b02c4d652f8368ddc821f4 /public/help/cs
parent880f7081b6ef8fe551432ac49a44bde21064dacb (diff)
downloadredmine-be7b5be79e00b774b66d52ccc5f24794ed5138f8.tar.gz
redmine-be7b5be79e00b774b66d52ccc5f24794ed5138f8.zip
Updates wiki help: Link to an anchor of the current wikipage (#16313).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17367 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/cs')
-rw-r--r--public/help/cs/wiki_syntax_detailed_markdown.html1
-rw-r--r--public/help/cs/wiki_syntax_detailed_textile.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/public/help/cs/wiki_syntax_detailed_markdown.html b/public/help/cs/wiki_syntax_detailed_markdown.html
index bd514f1a2..f9bcf52a3 100644
--- a/public/help/cs/wiki_syntax_detailed_markdown.html
+++ b/public/help/cs/wiki_syntax_detailed_markdown.html
@@ -24,6 +24,7 @@
<ul>
<li><strong>[[Příručka]]</strong> zobrazí odkaz na stránku nazvanou "Příručka": <a href="#" class="wiki-page">Příručka</a>.</li>
<li><strong>[[Příručka#čtěte-více]]</strong> Vás přenese ke kotvě "čtěte-více". Nadpisy mají automaticky přiřazené kotvy, na které se můžete odkazovat: <a href="#" class="wiki-page">Příručka</a>.</li>
+ <li><strong>[[#further-reading]]</strong> link to the anchor "further-reading" of the current page: <a href="#" class="wiki-page">#further-reading</a></li>
<li><strong>[[Příručka|Uživatelský manuál]]</strong> zobrazí odkaz na tu samou stránku, ale s jiným textem: <a href="#" class="wiki-page">Uživatelský manuál</a>.</li>
</ul>
diff --git a/public/help/cs/wiki_syntax_detailed_textile.html b/public/help/cs/wiki_syntax_detailed_textile.html
index f34379b34..0cf251955 100644
--- a/public/help/cs/wiki_syntax_detailed_textile.html
+++ b/public/help/cs/wiki_syntax_detailed_textile.html
@@ -24,6 +24,7 @@
<ul>
<li><strong>[[Příručka]]</strong> zobrazí odkaz na stránku nazvanou "Příručka": <a href="#" class="wiki-page">Příručka</a>.</li>
<li><strong>[[Příručka#čtěte-více]]</strong> Vás přenese ke kotvě "čtěte-více". Nadpisy mají automaticky přiřazené kotvy, na které se můžete odkazovat: <a href="#" class="wiki-page">Příručka</a>.</li>
+ <li><strong>[[#further-reading]]</strong> link to the anchor "further-reading" of the current page: <a href="#" class="wiki-page">#further-reading</a></li>
<li><strong>[[Příručka|Uživatelský manuál]]</strong> zobrazí odkaz na tu samou stránku, ale s jiným textem: <a href="#" class="wiki-page">Uživatelský manuál</a>.</li>
</ul>