summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/general.txt17
1 files changed, 7 insertions, 10 deletions
diff --git a/docs/faq/general.txt b/docs/faq/general.txt
index 2d01d337f1..9dc4d1b0d4 100644
--- a/docs/faq/general.txt
+++ b/docs/faq/general.txt
@@ -74,17 +74,16 @@ newspaper in Lawrence, Kansas, USA. Django's now run by an international
How is Django licensed?
=======================
-Django is distributed under `the 3-clause BSD license
-<https://github.com/django/django/blob/master/LICENSE>`_. This is an open
-source license granting broad permissions to modify and redistribute Django.
+Django is distributed under :source:`the 3-clause BSD license <LICENSE>`. This
+is an open source license granting broad permissions to modify and redistribute
+Django.
Why does Django include Python's license file?
==============================================
Django includes code from the Python standard library. Python is distributed
-under a permissive open source license. `A copy of the Python license
-<https://github.com/django/django/blob/master/LICENSE.python>`_ is
-included with Django for compliance with Python's terms.
+under a permissive open source license. :source:`A copy of the Python license
+<LICENSE.python>` is included with Django for compliance with Python's terms.
Which sites use Django?
=======================
@@ -183,15 +182,13 @@ The Django docs are available in the ``docs`` directory of each Django tarball
release. These docs are in reST (reStructuredText) format, and each text file
corresponds to a Web page on the official Django site.
-Because the documentation is `stored in revision control`_, you can browse
-documentation changes just like you can browse code changes.
+Because the documentation is :source:`stored in revision control <docs>`, you
+can browse documentation changes just like you can browse code changes.
Technically, the docs on Django's site are generated from the latest development
versions of those reST documents, so the docs on the Django site may offer more
information than the docs that come with the latest Django release.
-.. _stored in revision control: https://github.com/django/django/tree/master/docs/
-
How do I cite Django?
=====================