From edec21f9b02554a4d8d2d7bb345adbbf7bbcf700 Mon Sep 17 00:00:00 2001 From: "E. G. Patrick Bos" Date: Fri, 3 Nov 2023 09:01:04 +0100 Subject: [PATCH] python: fix psycopg link --- best_practices/language_guides/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/best_practices/language_guides/python.md b/best_practices/language_guides/python.md index 27768948..fa12b6ac 100644 --- a/best_practices/language_guides/python.md +++ b/best_practices/language_guides/python.md @@ -288,7 +288,7 @@ It is good practice to restart the kernel and run the notebook from start to fin ### Database Interface -* [psycopg](http://initd.org/psycopg/) is an [PostgreSQL](http://www.postgresql.org) adapter +* [psycopg](https://www.psycopg.org/) is a [PostgreSQL](http://www.postgresql.org) adapter * [cx_Oracle](http://cx-oracle.sourceforge.net) enables access to [Oracle](https://www.oracle.com/database/index.html) databases * [monetdb.sql](https://www.monetdb.org/Documentation/SQLreference/Programming/Python) is [monetdb](https://www.monetdb.org) Python client