diff options
author | Marti Raudsepp <marti@juffo.org> | 2012-02-28 18:28:07 +0200 |
---|---|---|
committer | Marti Raudsepp <marti@juffo.org> | 2012-02-28 18:28:07 +0200 |
commit | b97599166ec218b474f45e9a81ac7f4d58f63b71 (patch) | |
tree | 072f2827d2526dd864632e92c2e554fb3e3bc38c /doc/src/conf.py | |
parent | 4eea8bc912096654bc65a5908b0d861f1e9bba32 (diff) | |
download | psycopg2-b97599166ec218b474f45e9a81ac7f4d58f63b71.tar.gz |
Update all links to PostgreSQL docs to the current version.
I also checked all links and anchors to make sure they're still valid.
Diffstat (limited to 'doc/src/conf.py')
-rw-r--r-- | doc/src/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/conf.py b/doc/src/conf.py index dd3e83c..7105907 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -111,7 +111,7 @@ rst_epilog = """ .. _DBAPI: http://www.python.org/dev/peps/pep-0249/ .. _transaction isolation level: - http://www.postgresql.org/docs/9.1/static/transaction-iso.html + http://www.postgresql.org/docs/current/static/transaction-iso.html .. _mx.DateTime: http://www.egenix.com/products/python/mxBase/mxDateTime/ |