From 6dfe441978a6898bc3aa398ff21996cf0c28175e Mon Sep 17 00:00:00 2001 From: ubernostrum Date: Mon, 1 Sep 2008 09:45:30 +0000 Subject: [PATCH] Fixed #8728: Corrected some broken links in the documentation git-svn-id: http://code.djangoproject.com/svn/django/trunk@8792 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/conf.py | 1 - docs/ref/databases.txt | 2 +- docs/topics/db/queries.txt | 5 +++-- docs/topics/email.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 38edfffc..dc5313b6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,7 +68,6 @@ show_authors = False # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'trac' - # Options for HTML output # ----------------------- diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index c94c21b8..5e1f236d 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -65,7 +65,7 @@ For now, InnoDB is probably your best choice. .. _BDB: http://dev.mysql.com/doc/refman/5.0/en/bdb-storage-engine.html .. _InnoDB: http://dev.mysql.com/doc/refman/5.0/en/innodb.html .. _Other storage engines: http://dev.mysql.com/doc/refman/5.1/en/storage-engines-other.html -.. _SolidDB: http://forge.mysql.com/projects/view.php?id=139 +.. _SolidDB: http://forge.mysql.com/projects/project.php?id=139 .. _Falcon: http://dev.mysql.com/doc/falcon/en/index.html MySQLdb diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt index bf87b613..8487a1e0 100644 --- a/docs/topics/db/queries.txt +++ b/docs/topics/db/queries.txt @@ -639,9 +639,10 @@ precede the definition of any keyword arguments. For example:: .. seealso:: - The `OR lookups examples`_ show some possible uses of ``Q``. + The `OR lookups examples`_ in the Django unit tests show some possible uses + of ``Q``. - .. _OR lookups examples: http://www.djangoproject.com/models/or_lookups/ + .. _OR lookups examples: http://code.djangoproject.com/browser/django/trunk/tests/modeltests/or_lookups/models.py Comparing objects ================= diff --git a/docs/topics/email.txt b/docs/topics/email.txt index 66fdfd6a..cbc134d2 100644 --- a/docs/topics/email.txt +++ b/docs/topics/email.txt @@ -174,7 +174,7 @@ from the request's POST data, sends that to admin@example.com and redirects to # to get proper validation errors. return HttpResponse('Make sure all fields are entered and valid.') -.. _Header injection: http://securephp.damonkohler.com/index.php/Email_Injection +.. _Header injection: http://www.nyphp.org/phundamentals/email_header_injection.php .. _emailmessage-and-smtpconnection: -- 2.11.4.GIT