Mercurial > p > roundup > code
changeset 6262:ba82fb74f806
Update psycopg link to: https://www.psycopg.org/
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 08 Sep 2020 23:30:21 -0400 |
| parents | 424f70c076b9 |
| children | 3a851df879cd |
| files | doc/features.txt doc/installation.txt doc/postgresql.txt |
| diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/features.txt Mon Sep 07 21:00:43 2020 -0400 +++ b/doc/features.txt Tue Sep 08 23:30:21 2020 -0400 @@ -115,6 +115,6 @@ .. _sqlite: http://www.hwaci.com/sw/sqlite/ .. _mysql: https://pypi.org/project/MySQL-python/ -.. _postgresql: http://initd.org/psycopg/ +.. _postgresql: https://www.psycopg.org/ .. _`xmlrpc guide`: xmlrpc.html .. _`rest guide`: rest.html
--- a/doc/installation.txt Mon Sep 07 21:00:43 2020 -0400 +++ b/doc/installation.txt Tue Sep 08 23:30:21 2020 -0400 @@ -1452,7 +1452,7 @@ .. _mod_python: http://modpython.org/ .. _mod_wsgi: https://pypi.org/project/mod-wsgi/ .. _MySQLdb: https://pypi.org/project/mysqlclient/ -.. _Psycopg: http://initd.org/psycopg/ +.. _Psycopg: https://www.psycopg.org/ .. _pysqlite: https://pysqlite.org/ .. _`adding MySQL users`: https://dev.mysql.com/doc/refman/8.0/en/creating-accounts.html
