]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
fixed broken link to pip docs
authorHarry Lees <harry.lees@gmail.com>
Fri, 3 Feb 2023 11:57:50 +0000 (11:57 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 3 Feb 2023 14:34:13 +0000 (15:34 +0100)
README.rst

index 50934d83d2c6af78c0a57ecb2d87f43c2a01903d..aaaf0c4ba91566ccfb87da84223efbd8a7b014d5 100644 (file)
@@ -61,7 +61,7 @@ requirements::
     pip install -e ./psycopg_pool           # for the connection pool
     pip install ./psycopg_c                 # for the C speedup module
 
-.. __: https://pip.pypa.io/en/stable/reference/pip_install/#install-editable
+.. __: https://pip.pypa.io/en/stable/topics/local-project-installs/#editable-installs
 
 Please add ``--config-settings editable_mode=strict`` to the ``pip install
 -e`` above if you experience `editable mode broken`__.