M2 website: broken section links on pom.html, settings.html and others
----------------------------------------------------------------------

                 Key: MNG-2922
                 URL: http://jira.codehaus.org/browse/MNG-2922
             Project: Maven 2
          Issue Type: Bug
          Components: Documentation:  General
            Reporter: Petr Kozelka
            Priority: Minor


Following pages contain TOC which does not work at all:
http://maven.apache.org/pom.html
http://maven.apache.org/settings.html

The reason is that the TOC items refer to anchors incorrectly. For instance, in 
settings.html, there is reference
    bq.{{<a href="*#Quick Overview*">Quick Overview</a>}}
but the corresponding anchor is
    bq.{{<a name="*quick_overview*">Quick Overview</a>}}
Manual conversion of letters to lowercase and replacing spaces with underscores 
is too annoying to be considered workaround.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to