diff options
author | legoffant <58195095+legoffant@users.noreply.github.com> | 2021-05-07 02:23:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 17:23:51 -0700 |
commit | 00064c72cd44c4e5bc6c627eeac903cd201effa2 (patch) | |
tree | 7b746ca996674f17c061c94dcdc2ee61ed158c29 /doc/source/dev | |
parent | 7311af8238e5a3643acf9d7614ea64e56ad55078 (diff) | |
download | numpy-00064c72cd44c4e5bc6c627eeac903cd201effa2.tar.gz |
DOC: fix clone over ssh instructions #18917 (#18918)
Diffstat (limited to 'doc/source/dev')
-rw-r--r-- | doc/source/dev/gitwash/development_setup.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 :: |