summaryrefslogtreecommitdiff
path: root/doc/source/dev/gitwash
diff options
context:
space:
mode:
authorMatthias Bussonnier <bussonniermatthias@gmail.com>2022-01-11 18:17:01 +0100
committerGitHub <noreply@github.com>2022-01-11 09:17:01 -0800
commit313b02db79f09ca976ee7e78b2e79c1e335cff52 (patch)
tree465aaff1885b5d83525c4f9f0ffe575b04b7a2a8 /doc/source/dev/gitwash
parent2d749723319e91f9c2dbce9e96f12f95db08c0d0 (diff)
downloadnumpy-313b02db79f09ca976ee7e78b2e79c1e335cff52.tar.gz
DOC: git:// protocol deprecated by github. (#20789)
See https://github.blog/2021-09-01-improving-git-protocol-security-github/ Tell users to use https://
Diffstat (limited to 'doc/source/dev/gitwash')
-rw-r--r--doc/source/dev/gitwash/following_latest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/dev/gitwash/following_latest.rst b/doc/source/dev/gitwash/following_latest.rst
index 0e98b4ec4..ffe753180 100644
--- a/doc/source/dev/gitwash/following_latest.rst
+++ b/doc/source/dev/gitwash/following_latest.rst
@@ -16,7 +16,7 @@ Get the local copy of the code
From the command line::
- git clone git://github.com/numpy/numpy.git
+ git clone https://github.com/numpy/numpy.git
You now have a copy of the code tree in the new ``numpy`` directory.
If this doesn't work you can try the alternative read-only url::