summaryrefslogtreecommitdiffstats
path: root/git-cvsimport.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-12-18 14:51:21 -0800
committerJunio C Hamano <gitster@pobox.com>2023-12-18 14:51:21 -0800
commit250471115e57233c974e232132a6fc58f8e8be6d (patch)
tree9495986afe9e0e38eec9786e21d5572b599352b0 /git-cvsimport.txt
parent9c919c74b7fda282913220a8f9af0f70d47a194c (diff)
downloadgit-htmldocs-250471115e57233c974e232132a6fc58f8e8be6d.tar.gz
Autogenerated HTML docs for v2.43.0-121-g624eb9
Diffstat (limited to 'git-cvsimport.txt')
-rw-r--r--git-cvsimport.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-cvsimport.txt b/git-cvsimport.txt
index b3f27671a..90fdc2551 100644
--- a/git-cvsimport.txt
+++ b/git-cvsimport.txt
@@ -22,7 +22,7 @@ DESCRIPTION
deprecated; it does not work with cvsps version 3 and later. If you are
performing a one-shot import of a CVS repository consider using
http://cvs2svn.tigris.org/cvs2git.html[cvs2git] or
-http://www.catb.org/esr/cvs-fast-export/[cvs-fast-export].
+https://gitlab.com/esr/cvs-fast-export[cvs-fast-export].
Imports a CVS repository into Git. It will either create a new
repository, or incrementally import into an existing one.
@@ -221,7 +221,7 @@ Problems related to tags:
If you suspect that any of these issues may apply to the repository you
want to import, consider using cvs2git:
-* cvs2git (part of cvs2svn), `http://subversion.apache.org/`
+* cvs2git (part of cvs2svn), `https://subversion.apache.org/`
GIT
---