From f4dd54aa614b263950b7a57329eb0ab9a2f2eadf Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Sat, 3 Mar 2012 21:20:13 +0100 Subject: DOC: merge wiki doc edits. --- doc/source/dev/gitwash/following_latest.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc/source/dev/gitwash') diff --git a/doc/source/dev/gitwash/following_latest.rst b/doc/source/dev/gitwash/following_latest.rst index 5388ce104..8e0b6e797 100644 --- a/doc/source/dev/gitwash/following_latest.rst +++ b/doc/source/dev/gitwash/following_latest.rst @@ -10,7 +10,7 @@ These are the instructions if you just want to follow the latest The steps are: * :ref:`install-git` -* get local copy of the git repository from github_ +* get local copy of the git repository from Github_ * update local copy from time to time Get the local copy of the code @@ -21,6 +21,9 @@ From the command line:: git clone git://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:: + + git clone https://github.com/numpy/numpy.git Updating the code ================= @@ -34,4 +37,4 @@ From time to time you may want to pull down the latest code. Do this with:: The tree in ``numpy`` will now have the latest changes from the initial repository. -.. include:: git_links.inc +.. _Github: https://github.com/numpy -- cgit v1.2.1