From 9f0051d8c3b405a75274eeacce519c45bd56f7f2 Mon Sep 17 00:00:00 2001 From: reidy-p Date: Mon, 2 Oct 2017 21:35:24 +0100 Subject: [PATCH] DOC: Changing forking instructions to https (#16419) --- doc/source/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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