diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-12-26 06:37:26 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-12-26 06:37:26 +0000 |
| commit | adb74a8f2eaa3854ff59da30d2261a18415327cc (patch) | |
| tree | 69a938143e55719ba15d60e234b916f29b8481d3 /docs/ref/settings.txt | |
| parent | 66ef91d02ae43c2b4290ca98ce13d098a7953b90 (diff) | |
Fixed several broken and redirecting URLs in the documentation (fixes #12219, refs #12427).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11994 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/settings.txt')
| -rw-r--r-- | docs/ref/settings.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 16dc276b99..8cbc9ccc8f 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -341,7 +341,7 @@ Supported for the PostgreSQL_ (``postgresql``, ``postgresql_psycopg2``) and MySQL_ (``mysql``) backends. .. _PostgreSQL: http://www.postgresql.org/docs/8.2/static/multibyte.html -.. _MySQL: http://www.mysql.org/doc/refman/5.0/en/charset-database.html +.. _MySQL: http://dev.mysql.com/doc/refman/5.0/en/charset-database.html .. setting:: TEST_COLLATION @@ -353,10 +353,9 @@ Default: ``None`` The collation order to use when creating the test database. This value is passed directly to the backend, so its format is backend-specific. -Only supported for the ``mysql`` backend (see `section 10.3.2`_ of the MySQL -manual for details). +Only supported for the ``mysql`` backend (see the `MySQL manual`_ for details). -.. _section 10.3.2: http://www.mysql.org/doc/refman/5.0/en/charset-database.html +.. _MySQL manual: MySQL_ .. setting:: TEST_NAME @@ -734,7 +733,7 @@ system's standard umask. get totally incorrect behavior. -.. _documentation for os.chmod: http://docs.python.org/lib/os-file-dir.html +.. _documentation for os.chmod: http://docs.python.org/library/os.html#os.chmod .. setting:: FIRST_DAY_OF_WEEK |
