Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.4.0 (Beta)
-
Fix Version/s: 1.3.6
-
Component/s: Documentation
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
When generating a pdf of the continuum-docs module, we get a bunch of warnings:
INFO] [pdf:pdf
{execution: site-pdf}]
[WARNING] [APT Parser] Modified invalid link: 'administrator_guides/index.html' to '#administrator_guidesindex.html'
[WARNING] [APT Parser] Modified invalid link: 'developer_guides/building.html' to '#developer_guidesbuilding.html'
[WARNING] [APT Parser] Modified invalid link: 'installation/geronimo.html' to '#installationgeronimo.html'
...
We need to fix the links in the apt pages so they are correct in the generated pdf.
Fixed in r911626 and r911628.