git: 474a63dc78 - main - porters-handbook: Fix a broken link from Chapter 2 to Chapter 11

Allan Jude allanjude at FreeBSD.org
Sat May 22 01:54:36 UTC 2021


The branch main has been updated by allanjude:

URL: https://cgit.FreeBSD.org/doc/commit/?id=474a63dc789a9debcaec1c84cf45db204c8ff1aa

commit 474a63dc789a9debcaec1c84cf45db204c8ff1aa
Author:     Allan Jude <allanjude at FreeBSD.org>
AuthorDate: 2021-05-22 01:52:35 +0000
Commit:     Allan Jude <allanjude at FreeBSD.org>
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:    isak at prehosp.se
    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}.
 


More information about the dev-commits-doc-all mailing list