From ae91fc786cc2d93a325a940f0ead77d00cb42a17 Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Tue, 25 Oct 2016 18:43:32 +0300 Subject: [1.10.x] Updated postgresql.org links to https and made them canonical. Backport of 51fbe2a60d9c7ff3fe62688ad262ccda648f506d from master --- docs/topics/db/sql.txt | 2 +- docs/topics/install.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/topics') diff --git a/docs/topics/db/sql.txt b/docs/topics/db/sql.txt index 14bf7f9725..b5c45844cd 100644 --- a/docs/topics/db/sql.txt +++ b/docs/topics/db/sql.txt @@ -185,7 +185,7 @@ of people with their ages calculated by the database:: Jane is 42. ... -__ http://www.postgresql.org/docs/current/static/functions-datetime.html +__ https://www.postgresql.org/docs/current/static/functions-datetime.html Passing parameters into ``raw()`` --------------------------------- diff --git a/docs/topics/install.txt b/docs/topics/install.txt index e42ff7c6da..2fd5931080 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -115,7 +115,7 @@ see :setting:`DATABASES` for details. If you're using Django's :doc:`testing framework` to test database queries, Django will need permission to create a test database. -.. _PostgreSQL: http://www.postgresql.org/ +.. _PostgreSQL: https://www.postgresql.org/ .. _MySQL: https://www.mysql.com/ .. _psycopg2: http://initd.org/psycopg/ .. _SQLite: https://www.sqlite.org/ -- cgit v1.3