| Summary: | Broken link to chapter 17 in Porter's Handbook | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Mateusz Piotrowski <0mp> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | linimon, tobik |
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
| URL: | https://reviews.freebsd.org/D15642 | ||
|
Description
Mateusz Piotrowski
2018-03-30 20:52:19 UTC
A commit references this bug: Author: tobik Date: Fri Jun 1 13:52:40 UTC 2018 New revision: 51756 URL: https://svnweb.freebsd.org/changeset/doc/51756 Log: Fix broken 'uses-values' links in the Porter's Handbook The USES chapter sets an xml:id on its title tag but this doesn't seem to generate an anchor. As a consequence there currently are several 'uses-values' xrefs that point to nowhere. This is only really noticeable in the single page HTML version (book.html) of the handbook. PR: 227123 Reported by: 0mp Approved by: mat Differential Revision: https://reviews.freebsd.org/D15642 Changes: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Fixed. Thanks for the report! |