git: a9607c3d46 - main - articles/freebsd-update-server: Shift code references and adjust instructions

From: Jason Helfman <jgh_at_FreeBSD.org>
Date: Wed, 25 May 2022 15:51:33 UTC
The branch main has been updated by jgh:

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

commit a9607c3d4645595c15dc7fb1fb1b1fbd8863254e
Author:     Jason Helfman <jgh@FreeBSD.org>
AuthorDate: 2022-05-25 15:45:47 +0000
Commit:     Jason Helfman <jgh@FreeBSD.org>
CommitDate: 2022-05-25 15:50:20 +0000

    articles/freebsd-update-server: Shift code references and adjust instructions
    
    PR:     264086
---
 .../content/en/articles/freebsd-update-server/_index.adoc         | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/documentation/content/en/articles/freebsd-update-server/_index.adoc b/documentation/content/en/articles/freebsd-update-server/_index.adoc
index caaf17a3d7..dda1d906b3 100644
--- a/documentation/content/en/articles/freebsd-update-server/_index.adoc
+++ b/documentation/content/en/articles/freebsd-update-server/_index.adoc
@@ -44,7 +44,7 @@ endif::[]
 Abstract
 
 This article describes building an internal FreeBSD Update Server.
-The https://svnweb.freebsd.org/base/user/cperciva/freebsd-update-build/[freebsd-update-server] is written by `{cperciva}`, Security Officer Emeritus of FreeBSD.
+The https://github.com/freebsd/freebsd-update-build/[freebsd-update-server] is written by `{cperciva}`, Security Officer Emeritus of FreeBSD.
 For users that think it is convenient to update their systems against an official update server, building their own FreeBSD Update Server may help to extend its functionality by supporting manually-tweaked FreeBSD releases or by providing a local mirror that will allow faster updates for a number of machines.
 
 '''
@@ -84,11 +84,11 @@ At a minimum, updates require building on a FreeBSD release greater than or equa
 [[Configuration]]
 == Configuration: Installation & Setup
 
-Download the https://svnweb.freebsd.org/base/user/cperciva/freebsd-update-build/[freebsd-update-server] software by installing package:devel/subversion[] and package:security/ca_root_nss[], and execute:
+Download the https://github.com/freebsd/freebsd-update-build/[freebsd-update-server] software by installing package:devel/git[] and package:security/ca_root_nss[], and execute:
 
 [source,shell]
 ....
-% svn co https://svn.freebsd.org/base/user/cperciva/freebsd-update-build freebsd-update-server
+% git clone https://github.com/freebsd/freebsd-update-build.git freebsd-update-server
 ....
 
 Update [.filename]#scripts/build.conf# appropriately.
@@ -271,7 +271,7 @@ A more detailed explanation may be found in [.filename]#scripts/build.subr#.
 [WARNING]
 ====
 During this second build cycle, the network time protocol daemon, man:ntpd[8], is turned off.
-Per `{cperciva}`, Security Officer Emeritus of FreeBSD, "the https://svnweb.freebsd.org/base/user/cperciva/freebsd-update-build/[freebsd-update-server] build code needs to identify timestamps which are stored in files so that they can be ignored when comparing builds to determine which files need to be updated.
+Per `{cperciva}`, Security Officer Emeritus of FreeBSD, "the https://github.com/freebsd/freebsd-update-build/[freebsd-update-server] build code needs to identify timestamps which are stored in files so that they can be ignored when comparing builds to determine which files need to be updated.
 This timestamp-finding works by doing two builds 400 days apart and comparing the results."
 ====