File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,6 @@ from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design competition.
115
115
116
116
.. _sqlite: http://www.hwaci.com/sw/sqlite/
117
117
.. _mysql: https://pypi.org/project/MySQL-python/
118
- .. _postgresql: http ://initd.org/ psycopg/
118
+ .. _postgresql: https ://www. psycopg.org /
119
119
.. _`xmlrpc guide`: xmlrpc.html
120
120
.. _`rest guide`: rest.html
Original file line number Diff line number Diff line change @@ -1452,7 +1452,7 @@ from installation and scripts.
1452
1452
.. _mod_python: http://modpython.org/
1453
1453
.. _mod_wsgi: https://pypi.org/project/mod-wsgi/
1454
1454
.. _MySQLdb: https://pypi.org/project/mysqlclient/
1455
- .. _Psycopg: http ://initd.org/ psycopg/
1455
+ .. _Psycopg: https ://www. psycopg.org /
1456
1456
.. _pysqlite: https://pysqlite.org/
1457
1457
.. _`adding MySQL users`:
1458
1458
https://dev.mysql.com/doc/refman/8.0/en/creating-accounts.html
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ additionally install:
17
17
18
18
2. The psycopg python interface to PostgreSQL:
19
19
20
- http ://initd.org/ psycopg/
20
+ https ://www. psycopg.org /
21
21
22
22
23
23
Running the PostgreSQL unit tests
You can’t perform that action at this time.
0 commit comments