[Bug 261822] dead links on porters-handbook/order
Date: Wed, 09 Feb 2022 12:23:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261822
Bug ID: 261822
Summary: dead links on porters-handbook/order
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Documentation
Assignee: doc@FreeBSD.org
Reporter: martin@waschbuesch.de
Created attachment 231672
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=231672&action=edit
fix links to Makefile section
The links unter
https://docs.freebsd.org/en/books/porters-handbook/order/#porting-order-depends
have a syntax error. They contain a colon that needs to be removed:
E.g.
* crossref:makefiles:[makefile-fetch_depends,`FETCH_DEPENDS`]
needs to be
* crossref:makefiles[makefile-fetch_depends,`FETCH_DEPENDS`]
This was true for en, pt-br and zh-tw
--
You are receiving this mail because:
You are the assignee for the bug.