diff options
author | Go MAEDA <maeda@farend.jp> | 2018-06-06 04:07:12 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-06-06 04:07:12 +0000 |
commit | be7b5be79e00b774b66d52ccc5f24794ed5138f8 (patch) | |
tree | 1d3d1401439ee3bdb0b02c4d652f8368ddc821f4 /public/help/hr | |
parent | 880f7081b6ef8fe551432ac49a44bde21064dacb (diff) | |
download | redmine-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/hr')
-rw-r--r-- | public/help/hr/wiki_syntax_detailed_markdown.html | 1 | ||||
-rw-r--r-- | public/help/hr/wiki_syntax_detailed_textile.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/public/help/hr/wiki_syntax_detailed_markdown.html b/public/help/hr/wiki_syntax_detailed_markdown.html index 9de20c001..f5165de5b 100644 --- a/public/help/hr/wiki_syntax_detailed_markdown.html +++ b/public/help/hr/wiki_syntax_detailed_markdown.html @@ -24,6 +24,7 @@ <ul> <li><strong>[[Guide]]</strong> displays a link to the page named 'Guide': <a href="#" class="wiki-page">Guide</a></li> <li><strong>[[Guide#further-reading]]</strong> takes you to the anchor "further-reading". Headings get automatically assigned anchors so that you can refer to them: <a href="#" class="wiki-page">Guide</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>[[Guide|User manual]]</strong> displays a link to the same page but with a different text: <a href="#" class="wiki-page">User manual</a></li> </ul> diff --git a/public/help/hr/wiki_syntax_detailed_textile.html b/public/help/hr/wiki_syntax_detailed_textile.html index 78074b41d..c28873d6f 100644 --- a/public/help/hr/wiki_syntax_detailed_textile.html +++ b/public/help/hr/wiki_syntax_detailed_textile.html @@ -24,6 +24,7 @@ <ul> <li><strong>[[Guide]]</strong> displays a link to the page named 'Guide': <a href="#" class="wiki-page">Guide</a></li> <li><strong>[[Guide#further-reading]]</strong> takes you to the anchor "further-reading". Headings get automatically assigned anchors so that you can refer to them: <a href="#" class="wiki-page">Guide</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>[[Guide|User manual]]</strong> displays a link to the same page but with a different text: <a href="#" class="wiki-page">User manual</a></li> </ul> |