diff --git a/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml b/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml
index fbdb8bdd4e..c9581b544f 100644
--- a/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml
@@ -506,11 +506,9 @@ Comment out for now until these can be verified.
ports for the Ports Collection, and
doc for documentation. For example, the
URL
- svn://svn0.us-east.FreeBSD.org/ports/head/
- specifies the main branch of the ports repository on the
- svn0.us-east.FreeBSD.org
- mirror, using the svn protocol.
+ https://svn.FreeBSD.org/ports/head/
+ specifies the main branch of the ports repository,
+ using the https protocol.
A checkout from a given repository is performed with a
command like this:
@@ -570,7 +568,7 @@ Comment out for now until these can be verified.
present but was not created by svn,
remember to rename or delete it before the checkout.
- &prompt.root; svn checkout https://svn0.us-west.FreeBSD.org/ports/head /usr/ports
+ &prompt.root; svn checkout https://svn.FreeBSD.org/ports/head /usr/portsBecause the initial checkout has to download the full
branch of the remote repository, it can take a while. Please
@@ -612,13 +610,11 @@ Comment out for now until these can be verified.
Mirror Sites
- All mirrors carry all repositories.
-
- The master &os; Subversion
- server, The &os; Subversion
+ repository, svn.FreeBSD.org, is
- publicly accessible, and redirects to the closest official
- mirror using GeoDNS. To view the &os;
+ a publicly accessible mirror network that uses GeoDNS to
+ select an appropriate back end server. To view the &os;
Subversion repositories through a
browser, use http://svnweb.FreeBSD.org/.