Skip to content

Commit

Permalink
Use HTTPS URL example for git clone commands. (encode#6134)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkenidar authored and carltongibson committed Dec 19, 2018
1 parent 963ce30 commit fa57fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Getting involved in triaging incoming issues is a good way to start contributing

To start developing on Django REST framework, clone the repo:

git clone git@github.com:encode/django-rest-framework.git
git clone https://github.com/encode/django-rest-framework

Changes should broadly follow the [PEP 8][pep-8] style conventions, and we recommend you set up your editor to automatically indicate non-conforming styles.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Install using `pip`, including any optional packages you want...

...or clone the project from github.

git clone git@github.com:encode/django-rest-framework.git
git clone https://github.com/encode/django-rest-framework

Add `'rest_framework'` to your `INSTALLED_APPS` setting.

Expand Down

0 comments on commit fa57fb8

Please sign in to comment.