Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 May 2021 01:54:36 GMT
From:      Allan Jude <allanjude@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 474a63dc78 - main - porters-handbook: Fix a broken link from Chapter 2 to Chapter 11
Message-ID:  <202105220154.14M1sa4a087822@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by allanjude:

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105220154.14M1sa4a087822>