From a47fc738cb15313681d497afd409d647a34f99ce Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 29 May 2023 13:24:03 +0300 Subject: [PATCH] Docs(svn/svn2git): Fix URL --- svn/svn2git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' | -- 2.39.2