We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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