I have release notes with a summary section and a details section. I use a link with an anchor to move from the summary to the details:
=========markup===========
h2. Highlights of This Release
{excerpt}
[Feature Label|Release Notes File Name#feature1anchor] --- Brief description of Feature 1.
[Feature2 Lable|Release Notes File Name#feature2anchor] --- Brief description of Feature 2.
{excerpt}
h2. Details
h3.{anchor:feature1}{color:#0c598a}Details of Feature 1{color}
A more detailed description...
h3.{anchor:feature2}{color:#0c598a}Details of Feature 2{color}
A more detailed description...
=====end markup==============
Then I use the excerpt-include macro to include the highlights (surrounded by excerpt tags) in a summary page for all of the releases (similar to Atlassian's Alldoc page). But the excerpts show the links as going to the summary (alldoc) page, rather than the original page. There is no error; the links look like they resolve, but they don't work.
Why is Confluence not using the explicit file name in the links in the original file?
Thanks,
Barbara