summaryrefslogtreecommitdiff
path: root/doc/README.rst
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-12-30 18:12:46 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-12-30 18:12:46 +0100
commit9154d0920c83929b7a2b98e97bdb7dc96f755638 (patch)
tree1828934ab6c56b668d970e0423f6a94dda96e65a /doc/README.rst
parent3d29ace058eb5bb51f92208aaa32f12878f683f3 (diff)
downloadpsycopg2-9154d0920c83929b7a2b98e97bdb7dc96f755638.tar.gz
Changed docs to point to psycopg.org
Diffstat (limited to 'doc/README.rst')
-rw-r--r--doc/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.rst b/doc/README.rst
index 24a3b82..0e0d155 100644
--- a/doc/README.rst
+++ b/doc/README.rst
@@ -6,7 +6,7 @@ introspection, so you will need the same prerequisites_. The only extra
prerequisite is virtualenv_: the packages needed to build the docs will be
installed when building the env.
-.. _prerequisites: http://initd.org/psycopg/docs/install.html#install-from-source
+.. _prerequisites: http://www.psycopg.org/docs/install.html#install-from-source
.. _virtualenv: https://virtualenv.pypa.io/en/latest/
Build the env once with::