From: Oleg Broytman Date: Mon, 29 May 2023 10:24:03 +0000 (+0300) Subject: Docs(svn/svn2git): Fix URL X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=a47fc738cb15313681d497afd409d647a34f99ce;hp=5ac6219f23452945a6b819e56c7b32d9ae87fd7f;p=git-scripts.git Docs(svn/svn2git): Fix URL --- diff --git a/svn/svn2git b/svn/svn2git index f8ae407..ab89784 100755 --- a/svn/svn2git +++ b/svn/svn2git @@ -29,7 +29,7 @@ cd "$dir" && # Convert branches and tags -# See http://blog.jessitron.com/2013/08/converting-from-svn-to-git.html +# See https://jessitron.com/2013/08/17/converting-from-svn-to-git/ git for-each-ref --format="%(refname:short)" refs/remotes/svn | sed 's#svn/##' | grep -v '^tags' |