Bug 227123

Summary: Broken link to chapter 17 in Porter's Handbook
Product: Documentation Reporter: Mateusz Piotrowski <0mp>
Component: Books & ArticlesAssignee: 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 freebsd_committer freebsd_triage 2018-03-30 20:52:19 UTC
In a note in 5.9.5. EXTRACT_DEPENDS there is a broken link to chapter 17[1], which should probably be replaced with this link[2].

[1]: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#uses-values  
[2]: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#uses
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-06-01 13:53:42 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
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2018-06-01 13:54:58 UTC
Fixed. Thanks for the report!