diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index e172d0d2a71a2..d8d57a8bfffdd 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -101,7 +101,7 @@ You will need your own fork to work on the code. Go to the `pandas project page `_ and hit the ``Fork`` button. You will want to clone your fork to your machine:: - git clone git@github.com:your-user-name/pandas.git pandas-yourname + git clone https://github.com/your-user-name/pandas.git pandas-yourname cd pandas-yourname git remote add upstream git://github.com/pandas-dev/pandas.git