summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2007-08-04 03:39:24 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2007-08-04 03:39:24 +0000
commitac027df2539858b8dfcb7fe6b3da19b2573f147c (patch)
treef8b838ed0f399e202eb3f74f5c821b34726a1b26 /docs
parent8a4a3f77072361f75cceee07a80a7a20beefeba4 (diff)
Changed several documentation links to be relative.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5798 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/databases.txt2
-rw-r--r--docs/db-api.txt2
-rw-r--r--docs/overview.txt2
-rw-r--r--docs/tutorial04.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/databases.txt b/docs/databases.txt
index b73f39843c..ed0cb61bc3 100644
--- a/docs/databases.txt
+++ b/docs/databases.txt
@@ -124,7 +124,7 @@ Several other MySQLdb connection options may be useful, such as ``ssl``,
``use_unicode``, ``init_command``, and ``sql_mode``. Consult the
`MySQLdb documentation`_ for more details.
-.. _settings documentation: http://www.djangoproject.com/documentation/settings/#database-engine
+.. _settings documentation: ../settings/#database-engine
.. _MySQL option file: http://dev.mysql.com/doc/refman/5.0/en/option-files.html
.. _MySQLdb documentation: http://mysql-python.sourceforge.net/
diff --git a/docs/db-api.txt b/docs/db-api.txt
index 975a166b6b..33b4194742 100644
--- a/docs/db-api.txt
+++ b/docs/db-api.txt
@@ -1503,7 +1503,7 @@ precede the definition of any keyword arguments. For example::
See the `OR lookups examples page`_ for more examples.
-.. _OR lookups examples page: http://www.djangoproject.com/documentation/models/or_lookups/
+.. _OR lookups examples page: ../models/or_lookups/
Related objects
===============
diff --git a/docs/overview.txt b/docs/overview.txt
index e722ac8790..c6d2a2604f 100644
--- a/docs/overview.txt
+++ b/docs/overview.txt
@@ -299,5 +299,5 @@ The next obvious steps are for you to `download Django`_, read `the tutorial`_
and join `the community`_. Thanks for your interest!
.. _download Django: http://www.djangoproject.com/download/
-.. _the tutorial: http://www.djangoproject.com/documentation/tutorial01/
+.. _the tutorial: ../tutorial01/
.. _the community: http://www.djangoproject.com/community/
diff --git a/docs/tutorial04.txt b/docs/tutorial04.txt
index cfd9a45a4b..3b7485a1a9 100644
--- a/docs/tutorial04.txt
+++ b/docs/tutorial04.txt
@@ -213,7 +213,7 @@ objects" and "display a detail page for a particular type of object."
a way to refer to its URL later on (see `naming URL patterns`_ for more on
named patterns).
-.. _naming URL patterns: http://www.djangoproject.com/documentation/url_dispatch/#naming-url-patterns
+.. _naming URL patterns: ../url_dispatch/#naming-url-patterns
By default, the ``object_detail`` generic view uses a template called
``<app name>/<model name>_detail.html``. In our case, it'll use the template