diff options
| author | Tim Graham <timograham@gmail.com> | 2016-11-04 05:47:49 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-11-04 05:48:54 +0100 |
| commit | 59bbacf88db1b533ae05ea38e01b5e1ec9f59622 (patch) | |
| tree | 44a413e82ebb283f17898e816bfadb3d5d617d5c /docs/intro | |
| parent | 74e93b072a751bfaed9a858ff4d156da00e43e7b (diff) | |
[1.10.x] Updated "fork Django on GitHub" link.
Backport of b741fe397aa567dd43d3e9dbd9fb5ecca6eab412 from master
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/contributing.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index ce93f48974..75414410f2 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -111,9 +111,9 @@ Getting a copy of Django's development version ============================================== The first step to contributing to Django is to get a copy of the source code. -First, `fork Django on GitHub <https://github.com/django/django#fork-destination-box>`__. -Then, from the command line, use the ``cd`` command to navigate to the -directory where you'll want your local copy of Django to live. +First, `fork Django on GitHub <https://github.com/django/django/fork>`__. Then, +from the command line, use the ``cd`` command to navigate to the directory +where you'll want your local copy of Django to live. Download the Django source code repository using the following command: |
