aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Jude <allanjude@FreeBSD.org>2021-05-22 01:52:35 +0000
committerAllan Jude <allanjude@FreeBSD.org>2021-05-22 01:52:35 +0000
commit474a63dc789a9debcaec1c84cf45db204c8ff1aa (patch)
tree96ba405f2dcfb9bcaa9ee56430071379cb4daa79
parentcc90951c140d7c7820457c9c8f452a124d0bf6a9 (diff)
downloaddoc-474a63dc789a9debcaec1c84cf45db204c8ff1aa.tar.gz
doc-474a63dc789a9debcaec1c84cf45db204c8ff1aa.zip
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: isak@prehosp.se Sponsored by: Klara Inc.
-rw-r--r--documentation/content/en/books/porters-handbook/new-port/_index.adoc2
1 files changed, 1 insertions, 1 deletions
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}.