<p>Redmine allows hyperlinking between issues, changesets and wiki pages from anywhere wiki formatting is used.</p>
<ul>
<li>Link to an issue: <strong>#124</strong> (displays <del><ahref="/issues/show/124"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 a changeset: <strong>r758</strong> (displays <ahref="/repositories/revision/1?rev=758"class="changeset"title="Search engine now only searches objects the user is allowed to view.">r758</a>)</li>
<li>Link to a changeset with a non-numeric hash: <strong>commit:c6f4d0fd</strong> (displays c6f4d0fd). Added in <ahref="/repositories/revision/1?rev=1236"class="changeset"title="Merged Git support branch (r1200 to r1226).">r1236</a>.</li>
<li>Link to an issue: <strong>#124</strong> (displays <del><ahref="#"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 a changeset: <strong>r758</strong> (displays <ahref="#"class="changeset"title="Search engine now only searches objects the user is allowed to view.">r758</a>)</li>
<li>Link to a changeset with a non-numeric hash: <strong>commit:c6f4d0fd</strong> (displays c6f4d0fd). Added in <ahref="#"class="changeset"title="Merged Git support branch (r1200 to r1226).">r1236</a>.</li>
</ul>
<p>Wiki links:</p>
<ul>
<li><strong>[[Guide]]</strong> displays a link to the page named 'Guide': <ahref="Guide.html"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: <ahref="Guide.html#further-reading"class="wiki-page">Guide</a></li>
<li><strong>[[Guide|User manual]]</strong> displays a link to the same page but with a different text: <ahref="Guide.html"class="wiki-page">User manual</a></li>
<li><strong>[[Guide]]</strong> displays a link to the page named 'Guide': <ahref="#"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: <ahref="#"class="wiki-page">Guide</a></li>
<li><strong>[[Guide|User manual]]</strong> displays a link to the same page but with a different text: <ahref="#"class="wiki-page">User manual</a></li>
</ul>
<p>You can also link to pages of an other project wiki:</p>
@ -64,7 +64,7 @@
<li><strong>[[sandbox:]]</strong> displays a link to the Sandbox wiki main page</li>
</ul>
<p>Wiki links are displayed in red if the page doesn't exist yet, eg: <ahref="Nonexistent_page.html"class="wiki-page new">Nonexistent page</a>.</p>
<p>Wiki links are displayed in red if the page doesn't exist yet, eg: <ahref="#"class="wiki-page new">Nonexistent page</a>.</p>