summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-12-18 18:48:21 -0500
committerTim Graham <timograham@gmail.com>2013-12-18 18:50:36 -0500
commit438f9edff6e53815c8223ec9e04740facad83a26 (patch)
tree11f59604d4fa3102dc13e84e5dd930320da5a709 /docs/ref
parent07d3d57dedbc2baf8d704d32f3d48523d2991b9e (diff)
[1.6.x] Fixed #21585 -- Updated some links to 3rd party database projects.
Thanks graeme.perrow at sap.com for the original report. Backport of 23d9f517dc from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/databases.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index eaabfaa92f..d900ce49df 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -823,9 +823,9 @@ Using a 3rd-party database backend
In addition to the officially supported databases, there are backends provided
by 3rd parties that allow you to use other databases with Django:
-* `Sybase SQL Anywhere`_
+* `SAP SQL Anywhere`_
* `IBM DB2`_
-* `Microsoft SQL Server 2005`_
+* `Microsoft SQL Server`_
* Firebird_
* ODBC_
* ADSDB_
@@ -835,9 +835,9 @@ vary considerably. Queries regarding the specific capabilities of these
unofficial backends, along with any support queries, should be directed to
the support channels provided by each 3rd party project.
-.. _Sybase SQL Anywhere: http://code.google.com/p/sqlany-django/
+.. _SAP SQL Anywhere: https://github.com/sqlanywhere/sqlany-django
.. _IBM DB2: http://code.google.com/p/ibm-db/
-.. _Microsoft SQL Server 2005: http://code.google.com/p/django-mssql/
-.. _Firebird: http://code.google.com/p/django-firebird/
+.. _Microsoft SQL Server: http://django-mssql.readthedocs.org/en/latest/
+.. _Firebird: https://github.com/maxirobaina/django-firebird
.. _ODBC: https://github.com/lionheart/django-pyodbc/
.. _ADSDB: http://code.google.com/p/adsdb-django/