diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2008-09-14 09:34:31 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2008-09-14 09:34:31 +0000 |
| commit | 83d2cb79cbad6083bb3b88e782c2490e159e89d1 (patch) | |
| tree | c41e48b3b458a7a90bdca1b9cf496b5cdf058056 /docs | |
| parent | e600d00b44348d860d2847c4697ad9b21e1824d2 (diff) | |
Fixed #9077: Modified the database installation notes to point to somewhere useful, rather than initd.org's rant page about Trac. Thanks to velo for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9025 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/install.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt index dfdad6b90e..2ca94f15f1 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -98,11 +98,11 @@ Django will need permission to create a test database. .. _PostgreSQL: http://www.postgresql.org/ .. _MySQL: http://www.mysql.com/ .. _Django's ticket system: http://code.djangoproject.com/report/1 -.. _psycopg: http://initd.org/tracker/psycopg +.. _psycopg: http://initd.org/pub/software/psycopg/ .. _compiled Windows version: http://stickpeople.com/projects/python/win-psycopg/ .. _MySQLdb: http://sourceforge.net/projects/mysql-python .. _SQLite: http://www.sqlite.org/ -.. _pysqlite: http://initd.org/tracker/pysqlite +.. _pysqlite: http://initd.org/pub/software/pysqlite/ .. _cx_Oracle: http://cx-oracle.sourceforge.net/ .. _Oracle: http://www.oracle.com/ |
