Skip to content

Commit f797408

Browse files
reidy-pjreback
authored andcommitted
DOC: Changing forking instructions to https (pandas-dev#16419) (pandas-dev#17751)
1 parent d944bb9 commit f797408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ You will need your own fork to work on the code. Go to the `pandas project
101101
page <https://github.com/pandas-dev/pandas>`_ and hit the ``Fork`` button. You will
102102
want to clone your fork to your machine::
103103

104-
git clone git@github.com:your-user-name/pandas.git pandas-yourname
104+
git clone https://github.com/your-user-name/pandas.git pandas-yourname
105105
cd pandas-yourname
106106
git remote add upstream git://github.com/pandas-dev/pandas.git
107107

0 commit comments

Comments
 (0)