Author: gwilson
Date: 2007-08-03 22:39:24 -0500 (Fri, 03 Aug 2007)
New Revision: 5798

Modified:
   django/trunk/docs/databases.txt
   django/trunk/docs/db-api.txt
   django/trunk/docs/overview.txt
   django/trunk/docs/tutorial04.txt
Log:
Changed several documentation links to be relative.


Modified: django/trunk/docs/databases.txt
===================================================================
--- django/trunk/docs/databases.txt     2007-08-04 03:36:58 UTC (rev 5797)
+++ django/trunk/docs/databases.txt     2007-08-04 03:39:24 UTC (rev 5798)
@@ -124,7 +124,7 @@
 ``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/
 

Modified: django/trunk/docs/db-api.txt
===================================================================
--- django/trunk/docs/db-api.txt        2007-08-04 03:36:58 UTC (rev 5797)
+++ django/trunk/docs/db-api.txt        2007-08-04 03:39:24 UTC (rev 5798)
@@ -1503,7 +1503,7 @@
 
 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
 ===============

Modified: django/trunk/docs/overview.txt
===================================================================
--- django/trunk/docs/overview.txt      2007-08-04 03:36:58 UTC (rev 5797)
+++ django/trunk/docs/overview.txt      2007-08-04 03:39:24 UTC (rev 5798)
@@ -299,5 +299,5 @@
 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/

Modified: django/trunk/docs/tutorial04.txt
===================================================================
--- django/trunk/docs/tutorial04.txt    2007-08-04 03:36:58 UTC (rev 5797)
+++ django/trunk/docs/tutorial04.txt    2007-08-04 03:39:24 UTC (rev 5798)
@@ -213,7 +213,7 @@
       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


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to