Skip to content

Commit ac027df

Browse files
committed
Changed several documentation links to be relative.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5798 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 8a4a3f7 commit ac027df

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/databases.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Several other MySQLdb connection options may be useful, such as ``ssl``,
124124
``use_unicode``, ``init_command``, and ``sql_mode``. Consult the
125125
`MySQLdb documentation`_ for more details.
126126

127-
.. _settings documentation: http://www.djangoproject.com/documentation/settings/#database-engine
127+
.. _settings documentation: ../settings/#database-engine
128128
.. _MySQL option file: http://dev.mysql.com/doc/refman/5.0/en/option-files.html
129129
.. _MySQLdb documentation: http://mysql-python.sourceforge.net/
130130

docs/db-api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ precede the definition of any keyword arguments. For example::
15031503

15041504
See the `OR lookups examples page`_ for more examples.
15051505

1506-
.. _OR lookups examples page: http://www.djangoproject.com/documentation/models/or_lookups/
1506+
.. _OR lookups examples page: ../models/or_lookups/
15071507

15081508
Related objects
15091509
===============

docs/overview.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,5 +299,5 @@ The next obvious steps are for you to `download Django`_, read `the tutorial`_
299299
and join `the community`_. Thanks for your interest!
300300

301301
.. _download Django: http://www.djangoproject.com/download/
302-
.. _the tutorial: http://www.djangoproject.com/documentation/tutorial01/
302+
.. _the tutorial: ../tutorial01/
303303
.. _the community: http://www.djangoproject.com/community/

docs/tutorial04.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ objects" and "display a detail page for a particular type of object."
213213
a way to refer to its URL later on (see `naming URL patterns`_ for more on
214214
named patterns).
215215

216-
.. _naming URL patterns: http://www.djangoproject.com/documentation/url_dispatch/#naming-url-patterns
216+
.. _naming URL patterns: ../url_dispatch/#naming-url-patterns
217217

218218
By default, the ``object_detail`` generic view uses a template called
219219
``<app name>/<model name>_detail.html``. In our case, it'll use the template

0 commit comments

Comments
 (0)