aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Duszel <bartosz.duszel@protonmail.com>2021-08-28 15:59:56 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2021-08-28 16:00:36 +0000
commit625a255fda941a13125004098ce33dd6d6ac0990 (patch)
tree21a74083f86c4dc54f8720f742401c941846639b
parentd30c0a286c1f178b6ba3e9fe5f811d66094df7d7 (diff)
downloaddoc-625a255fda941a13125004098ce33dd6d6ac0990.tar.gz
doc-625a255fda941a13125004098ce33dd6d6ac0990.zip
handbook: Update broken link to SVN homepage
PR: 258094
-rw-r--r--documentation/content/en/books/handbook/introduction/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/introduction/_index.adoc b/documentation/content/en/books/handbook/introduction/_index.adoc
index 158f15f1fe..3402e27b15 100644
--- a/documentation/content/en/books/handbook/introduction/_index.adoc
+++ b/documentation/content/en/books/handbook/introduction/_index.adoc
@@ -215,7 +215,7 @@ Useful things to know about the FreeBSD Project and its development process, whe
The SVN repositories[[development-cvs-repository]]::
For several years, the central source tree for FreeBSD was maintained by http://www.nongnu.org/cvs/[CVS] (Concurrent Versions System), a freely available source code control tool.
-In June 2008, the Project switched to using http://subversion.tigris.org[SVN] (Subversion).
+In June 2008, the Project switched to using https://subversion.apache.org/[SVN] (Subversion).
The switch was deemed necessary, as the technical limitations imposed by CVS were becoming obvious due to the rapid expansion of the source tree and the amount of history already stored.
The Documentation Project and Ports Collection repositories also moved from CVS to SVN in May 2012 and July 2012, respectively.
Please refer to the crossref:cutting-edge[synching, Obtaining the Source] section for more information on obtaining the FreeBSD `src/` repository and crossref:ports[ports-using, Using the Ports Collection] for details on obtaining the FreeBSD Ports Collection.