Skip to content

Commit ca95c42

Browse files
committed
Use current main official link to git-clone URLS doc
I am still not using the :manpage: role for this because it points to a specific section, which that role does not support, and it is important that it go to that specific section. (See d8ab99c for details.)
1 parent d271a84 commit ca95c42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

git/repo/base.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1488,8 +1488,7 @@ def clone_from(
14881488
"""Create a clone from the given URL.
14891489
14901490
:param url:
1491-
Valid git url, see:
1492-
http://www.kernel.org/pub/software/scm/git/docs/git-clone.html#URLS
1491+
Valid git url, see: https://git-scm.com/docs/git-clone#URLS
14931492
14941493
:param to_path:
14951494
Path to which the repository should be cloned to.

0 commit comments

Comments
 (0)