Issue Type: Bug Bug
Assignee: Rafael Benevides
Components: site
Created: 07/Nov/13 12:41 PM
Description:

The HTML files rendered from MarkDown using the 'dist/release-utils.sh -m' script generate tags like this:

<h2><a id="configure-maven" class="anchor" href="#configure-maven"><span class="anchor-icon"></span></a>Configure Maven</h2>

The README.md files use this syntax to refer to a link within the same file: <a href="#configure-maven">Configure Maven</a>

Or this to link to a section of the root README.md file:
<a href="../README.html#configure-maven">Configure Maven</a> before testing the quickstarts.</p>

On the JDF site, tne anchor tags are generated using an underscore, for example: <h2 id="configure_maven">Configure Maven</h2>

So none of the links work on the jdf-site since they use a dash instead of an underscore.

Project: JBoss Developer Framework
Priority: Major Major
Reporter: Sande Gilda
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira