diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-02-15 18:03:43 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-02-15 18:03:43 +0000 |
commit | 9f71ca95d9fdc848d57cf913fffc7d7eb8e96f5d (patch) | |
tree | 1fd9de4f21fccef1502aa6132f7a295ee4d17e95 /public/help | |
parent | 3c756019765044ff2c6f667d1518bfab7f4f2cb7 (diff) | |
download | redmine-9f71ca95d9fdc848d57cf913fffc7d7eb8e96f5d.tar.gz redmine-9f71ca95d9fdc848d57cf913fffc7d7eb8e96f5d.zip |
Adds the syntax for links to notes in the help.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8879 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help')
-rw-r--r-- | public/help/wiki_syntax_detailed.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/help/wiki_syntax_detailed.html b/public/help/wiki_syntax_detailed.html index e44c603ed..9fa3dd0ac 100644 --- a/public/help/wiki_syntax_detailed.html +++ b/public/help/wiki_syntax_detailed.html @@ -47,6 +47,7 @@ <p>Redmine allows hyperlinking between resources (issues, changesets, wiki pages...) from anywhere wiki formatting is used.</p> <ul> <li>Link to an issue: <strong>#124</strong> (displays <del><a href="#" class="issue" title="bulk edit doesn't change the category or fixed version properties (Closed)">#124</a></del>, link is striked-through if the issue is closed)</li> + <li>Link to an issue note: <strong>#124-6</strong>, or <strong>#124#note-6</strong></li> </ul> <p>Wiki links:</p> |