From e53203aa1a9daf9d5af1607900dc3d8b26a81aa0 Mon Sep 17 00:00:00 2001 From: Jonathan Huot Date: Mon, 19 Mar 2018 16:25:17 +0100 Subject: Fixed bad copy/paste --- docs/contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index d3d9a39..3a23d70 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -35,7 +35,7 @@ Setting up topic branches and generating pull requests While it's handy to provide useful code snippets in an issue, it is better for you as a developer to submit pull requests. By submitting pull request your -contribution to OpenComparison will be recorded by Github. +contribution to OAuthlib will be recorded by Github. In git it is best to isolate each topic or feature into a "topic branch". While individual commits allow you control over how small individual changes are made @@ -218,7 +218,7 @@ How pull requests are checked, tested, and done First we pull the code into a local branch:: - git remote add git@github.com:/opencomparison.git + git remote add git@github.com:/oauthlib.git git fetch git checkout -b / -- cgit v1.2.1