From 00064c72cd44c4e5bc6c627eeac903cd201effa2 Mon Sep 17 00:00:00 2001 From: legoffant <58195095+legoffant@users.noreply.github.com> Date: Fri, 7 May 2021 02:23:51 +0200 Subject: DOC: fix clone over ssh instructions #18917 (#18918) --- doc/source/dev/gitwash/development_setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/dev') diff --git a/doc/source/dev/gitwash/development_setup.rst b/doc/source/dev/gitwash/development_setup.rst index badb73ca0..2be7125da 100644 --- a/doc/source/dev/gitwash/development_setup.rst +++ b/doc/source/dev/gitwash/development_setup.rst @@ -165,7 +165,7 @@ slightly. Instead of :: run :: - git clone git@github.com:numpy/numpy.git + git clone git@github.com:your-user-name/numpy.git and instead of showing an ``https`` URL, ``git remote -v`` will show :: -- cgit v1.2.1