Skip to content

Commit fa57fb8

Browse files
arkenidarcarltongibson
authored andcommitted
Use HTTPS URL example for git clone commands. (#6134)
1 parent 963ce30 commit fa57fb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Getting involved in triaging incoming issues is a good way to start contributing
5050

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

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

5555
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.
5656

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Install using `pip`, including any optional packages you want...
107107

108108
...or clone the project from github.
109109

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

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

0 commit comments

Comments
 (0)