diff --git a/doc/lib/BackRestDoc/Html/DocHtmlPage.pm b/doc/lib/BackRestDoc/Html/DocHtmlPage.pm index f360b303e..929c6be52 100644 --- a/doc/lib/BackRestDoc/Html/DocHtmlPage.pm +++ b/doc/lib/BackRestDoc/Html/DocHtmlPage.pm @@ -229,7 +229,7 @@ sub sectionProcess # Working variables $strAnchor = ($oSection->paramTest(XML_SECTION_PARAM_ANCHOR, XML_SECTION_PARAM_ANCHOR_VALUE_NOINHERIT) ? '' : - (defined($strAnchor) ? "${strAnchor}." : '')) . + (defined($strAnchor) ? "${strAnchor}/" : '')) . $oSection->paramGet('id'); # Create the section toc element diff --git a/doc/xml/release.xml b/doc/xml/release.xml index 66cbc659a..acdfcafca 100644 --- a/doc/xml/release.xml +++ b/doc/xml/release.xml @@ -139,6 +139,10 @@ Fixed and issue that suppressed exceptions in PDF builds. + + + Fixed regression in section links introduced in v1.10. +
Fixed and issue that suppressed exceptions in PDF builds.
Fixed regression in section links introduced in v1.10.