summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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::