We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d944bb9 commit f797408Copy full SHA for f797408
doc/source/contributing.rst
@@ -101,7 +101,7 @@ You will need your own fork to work on the code. Go to the `pandas project
101
page <https://github.com/pandas-dev/pandas>`_ and hit the ``Fork`` button. You will
102
want to clone your fork to your machine::
103
104
- git clone git@github.com:your-user-name/pandas.git pandas-yourname
+ git clone https://github.com/your-user-name/pandas.git pandas-yourname
105
cd pandas-yourname
106
git remote add upstream git://github.com/pandas-dev/pandas.git
107
0 commit comments