From 83d2cb79cbad6083bb3b88e782c2490e159e89d1 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 14 Sep 2008 09:34:31 +0000 Subject: [PATCH] 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 --- docs/topics/install.txt | 4 ++-- 1 file 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/