diff options
author | Go MAEDA <maeda@farend.jp> | 2018-09-10 14:08:37 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-09-10 14:08:37 +0000 |
commit | dfd6a3bfbd8ee115fdcd3db30a60cf2d558859dc (patch) | |
tree | c6010e0086305a44ea851711c86e293e5753e4f2 /public/help/sq | |
parent | 60ee5e109ee069f1c5ebd0af7f8fee08ff294d07 (diff) | |
download | redmine-dfd6a3bfbd8ee115fdcd3db30a60cf2d558859dc.tar.gz redmine-dfd6a3bfbd8ee115fdcd3db30a60cf2d558859dc.zip |
Adds documentation for ##123 issue linking syntax (#29488).
Patch by Jens Krämer.
git-svn-id: http://svn.redmine.org/redmine/trunk@17479 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/sq')
-rw-r--r-- | public/help/sq/wiki_syntax_markdown.html | 1 | ||||
-rw-r--r-- | public/help/sq/wiki_syntax_textile.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/public/help/sq/wiki_syntax_markdown.html b/public/help/sq/wiki_syntax_markdown.html index 4654ddb17..06d222b1d 100644 --- a/public/help/sq/wiki_syntax_markdown.html +++ b/public/help/sq/wiki_syntax_markdown.html @@ -39,6 +39,7 @@ <tr><th colspan="3">Redmine links</th></tr> <tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Link to a Wiki page" /></th><td>[[Wiki page]]</td><td><a href="#">Wiki page</a></td></tr> <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> +<tr><th></th><td>##12</td><td><a href="#">Bug #12</a>: The issue subject</td></tr> <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> diff --git a/public/help/sq/wiki_syntax_textile.html b/public/help/sq/wiki_syntax_textile.html index 6f544d2a0..4727f6d33 100644 --- a/public/help/sq/wiki_syntax_textile.html +++ b/public/help/sq/wiki_syntax_textile.html @@ -40,6 +40,7 @@ <tr><th colspan="3">Redmine links</th></tr> <tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Link to a Wiki page" /></th><td>[[Wiki page]]</td><td><a href="#">Wiki page</a></td></tr> <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> +<tr><th></th><td>##12</td><td><a href="#">Bug #12</a>: The issue subject</td></tr> <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |