Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Apr 2021 08:10:59 GMT
From:      Ka Ho Ng <khng@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 0a0df62229 - main - books/porters-handbook: Fix git server link
Message-ID:  <202104210810.13L8Axkt042551@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by khng (src committer):

URL: https://cgit.FreeBSD.org/doc/commit/?id=0a0df62229478edf7dd4f6bca75b38e143f2bb19

commit 0a0df62229478edf7dd4f6bca75b38e143f2bb19
Author:     Ka Ho Ng <khng@FreeBSD.org>
AuthorDate: 2021-04-21 08:10:36 +0000
Commit:     Ka Ho Ng <khng@FreeBSD.org>
CommitDate: 2021-04-21 08:10:36 +0000

    books/porters-handbook: Fix git server link
    
    https://git.FreeBSD.org is the correct URL to our git public server.
    
    Reported by:    Hung-Yi Chen <gaod.chen@gmail.com>
    Reviewed by:    delphij
    Approved by:    lwhsu
    Differential Revision:  https://reviews.freebsd.org/D29879
---
 documentation/content/en/books/porters-handbook/upgrading/_index.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/content/en/books/porters-handbook/upgrading/_index.adoc b/documentation/content/en/books/porters-handbook/upgrading/_index.adoc
index dc01bd897b..1b383ebfa0 100644
--- a/documentation/content/en/books/porters-handbook/upgrading/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/upgrading/_index.adoc
@@ -88,13 +88,13 @@ When possible, please submit a man:git[1] diff. They are easier to handle than d
 [source,shell]
 ....
 % cd ~/my_ports_wrkdir <.>
-% git clone https://cgit.FreeBSD.org/ports.git <.>
+% git clone https://git.FreeBSD.org/ports.git <.>
 % cd ~/my_wrkdir/dns/pdnsd
 ....
 
 <.> This can be anywhere, of course. Building ports is not limited to within [.filename]#/usr/ports/#.
 
-<.> https://cgit.FreeBSD.org/[cgit.FreeBSD.org] is the FreeBSD public Git server. See link:{handbook}#svn-mirrors[Subversion mirror sites] for more information.
+<.> https://git.FreeBSD.org/[git.FreeBSD.org] is the FreeBSD public Git server. See link:{handbook}#svn-mirrors[Subversion mirror sites] for more information.
 
 While in the port directory, make any changes that are needed. If adding, moving, or removing a file, use `git` to track these changes:
 



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