From b07e34e0b892283b7b2bcb88e473806dff67dce0 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 22 Sep 2018 18:54:55 -0700 Subject: Prefer https:// URLs when available --- lib/errorcodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/errorcodes.py') diff --git a/lib/errorcodes.py b/lib/errorcodes.py index b8742f5..99a6ecd 100644 --- a/lib/errorcodes.py +++ b/lib/errorcodes.py @@ -26,7 +26,7 @@ This module contains symbolic names for all PostgreSQL error codes. # # Based on: # -# http://www.postgresql.org/docs/current/static/errcodes-appendix.html +# https://www.postgresql.org/docs/current/static/errcodes-appendix.html # -- cgit v1.2.1