I’ve written a migration to import a large number of HTML pages into documents within the CMS. The documents are all chapters and sections of a larger overall document.
They all display fine, but I’m having an issue with anchor links, which work fine when the anchor is on the same page (as per the details given here: https://www.onehippo.org/library/end-user-manual/editing-a-document.html) but all of the documents need to link to the anchors on a single document, which is an appendix of terms referenced throughout the rest of the overall document.
If you add the anchor onto the link via the code (i.e. <a href"appendix#anchor">some anchor</a>
the link goes to pagenotfound. Is there a way of allowing links to anchors in other documents?