Change By: Sande Gilda (07/Nov/13 12:48 PM)
Description: The HTML files rendered from MarkDown using the 'dist/release-utils.sh -m' script generate  anchor  tags  with a dash '-'  like this:

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

The So 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. 
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