git: 474a63dc78 - main - porters-handbook: Fix a broken link from Chapter 2 to Chapter 11
Allan Jude <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by allanjude: URL: https://cgit.FreeBSD.org/doc/commit/?id=474a63dc789a9debcaec1c84cf45db204c8ff1aa commit 474a63dc789a9debcaec1c84cf45db204c8ff1aa Author: Allan Jude <[email protected]> AuthorDate: 2021-05-22 01:52:35 +0000 Commit: Allan Jude <[email protected]> CommitDate: 2021-05-22 01:52:35 +0000 porters-handbook: Fix a broken link from Chapter 2 to Chapter 11 The name of the section changes, and the crossref needed updating PR: 256065 Reported by: [email protected] Sponsored by: Klara Inc. --- documentation/content/en/books/porters-handbook/new-port/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/new-port/_index.adoc b/documentation/content/en/books/porters-handbook/new-port/_index.adoc index ce324731fd..996d9b81fe 100644 --- a/documentation/content/en/books/porters-handbook/new-port/_index.adoc +++ b/documentation/content/en/books/porters-handbook/new-port/_index.adoc @@ -33,7 +33,7 @@ toc::[] Interested in making a new port, or upgrading existing ports? Great! -What follows are some guidelines for creating a new port for FreeBSD. To upgrade an existing port, read this, then read crossref:port-upgrading[port-upgrading,Upgrading a Port]. +What follows are some guidelines for creating a new port for FreeBSD. To upgrade an existing port, read this, then read crossref:upgrading[preamble,Upgrading a Port]. When this document is not sufficiently detailed, refer to [.filename]#/usr/ports/Mk/bsd.port.mk#, which is included by all port [.filename]#Makefiles#. Even those not hacking [.filename]##Makefile##s daily can gain much knowledge from it. Additionally, specific questions can be sent to the {freebsd-ports}. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"