Skip to content

Commit

Permalink
Fix the repo URL in the Contributing instructions
Browse files Browse the repository at this point in the history
It was pointing to old relics. The project name is a lot simpler now...it's just "djangopackages" 😄
  • Loading branch information
audreyfeldroy committed Feb 26, 2020
1 parent a9af8c0 commit a740516
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Clone your fork locally

If you have git-scm installed, you now clone your git repo using the following command-line argument where <my-github-name> is your account name on GitHub::

git clone git@github.com:<my-github-name>/opencomparison.git
git clone git@github.com:<my-github-name>/djangopackages.git

Installing Django Packages
--------------------------
Expand Down Expand Up @@ -170,8 +170,8 @@ How pull requests are checked, tested, and done

First we pull the code into a local branch::

git checkout -b <branch-name> <submitter-github-name
git pull git://github.com/<submitter-github-name/django-twoscoops-project.git develop
git checkout -b <branch-name> <submitter-github-name>
git pull git://github.com/<submitter-github-name/djangopackages.git develop

Then we run the tests::

Expand Down

0 comments on commit a740516

Please sign in to comment.