From 59bbacf88db1b533ae05ea38e01b5e1ec9f59622 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 4 Nov 2016 05:47:49 +0100 Subject: [PATCH] [1.10.x] Updated "fork Django on GitHub" link. Backport of b741fe397aa567dd43d3e9dbd9fb5ecca6eab412 from master --- docs/internals/contributing/writing-code/unit-tests.txt | 3 +-- .../contributing/writing-code/working-with-git.txt | 3 ++- docs/intro/contributing.txt | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index 1bdda4a0b9c..1c382c79cd0 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -21,8 +21,7 @@ Running the unit tests Quickstart ---------- -First, `fork Django on GitHub -`__. +First, `fork Django on GitHub `__. Second, create and activate a virtual environment. If you're not familiar with how to do that, read our :doc:`contributing tutorial `. diff --git a/docs/internals/contributing/writing-code/working-with-git.txt b/docs/internals/contributing/writing-code/working-with-git.txt index d2e45ad8293..4bfeece7555 100644 --- a/docs/internals/contributing/writing-code/working-with-git.txt +++ b/docs/internals/contributing/writing-code/working-with-git.txt @@ -42,7 +42,8 @@ Setting up local repository =========================== When you have created your GitHub account, with the nick "GitHub_nick", and -forked Django's repository, create a local copy of your fork:: +`forked Django's repository `__, +create a local copy of your fork:: git clone git@github.com:GitHub_nick/django.git diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index ce93f48974e..75414410f22 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 `__. -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 `__. 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: