Skip to content

Commit caa98ad

Browse files
committed
Update psycopg link to: https://www.psycopg.org/
1 parent c0f9762 commit caa98ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/features.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design competition.
115115

116116
.. _sqlite: http://www.hwaci.com/sw/sqlite/
117117
.. _mysql: https://pypi.org/project/MySQL-python/
118-
.. _postgresql: http://initd.org/psycopg/
118+
.. _postgresql: https://www.psycopg.org/
119119
.. _`xmlrpc guide`: xmlrpc.html
120120
.. _`rest guide`: rest.html

doc/installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ from installation and scripts.
14521452
.. _mod_python: http://modpython.org/
14531453
.. _mod_wsgi: https://pypi.org/project/mod-wsgi/
14541454
.. _MySQLdb: https://pypi.org/project/mysqlclient/
1455-
.. _Psycopg: http://initd.org/psycopg/
1455+
.. _Psycopg: https://www.psycopg.org/
14561456
.. _pysqlite: https://pysqlite.org/
14571457
.. _`adding MySQL users`:
14581458
https://dev.mysql.com/doc/refman/8.0/en/creating-accounts.html

doc/postgresql.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ additionally install:
1717

1818
2. The psycopg python interface to PostgreSQL:
1919

20-
http://initd.org/psycopg/
20+
https://www.psycopg.org/
2121

2222

2323
Running the PostgreSQL unit tests

0 commit comments

Comments
 (0)