Philippe Cloutier created MNGSITE-513:
-----------------------------------------
Summary: Intra-page anchor links from "Introduction to Build
Profiles" page ToC are broken
Key: MNGSITE-513
URL: https://issues.apache.org/jira/browse/MNGSITE-513
Project: Maven Project Web Site
Issue Type: Bug
Reporter: Philippe Cloutier
[The _Introduction to Build Profiles_
page|https://maven.apache.org/guides/introduction/introduction-to-profiles.html]
starts with a table of contents (ToC) in which each element contains an
intra-page link to the relevant section.
Unfortunately, all of these links appear to be broken (clicking them has no
effect). For example, the viewport remains still after clicking the "JDK" link,
which uses URL
[https://maven.apache.org/guides/introduction/introduction-to-profiles.html#JDK]
It seems the issue is that links use title case, while the actual anchors are
completely lowercase. For instance, changing the above example to
[https://maven.apache.org/guides/introduction/introduction-to-profiles.html#jdk]
should fix.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)