[COMMITTERS] pgsql: Change documentation references to PG website to use https:not - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Change documentation references to PG website to use https:not
Date
Msg-id E1dCG1b-0002i4-H7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Change documentation references to PG website to use https: not http:

This is more secure, and saves a redirect since we no longer accept
plain HTTP connections on the website.

References in code comments should probably be updated too, but
that doesn't seem to need back-patching, whereas this does.

Also, in the 9.2 branch, remove suggestion that you can get the
source code via FTP, since that service will be shut down soon.

Daniel Gustafsson, with a few additional changes by me

Discussion: https://postgr.es/m/9A2C89A7-0BB8-41A8-B288-8B7BD09D7D44@yesql.se

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/cb6a498e64374dbeb5688de02af2e020bad88305

Modified Files
--------------
HISTORY                             | 2 +-
README                              | 6 +++---
README.git                          | 2 +-
doc/TODO                            | 2 +-
doc/bug.template                    | 2 +-
doc/src/sgml/acronyms.sgml          | 2 +-
doc/src/sgml/advanced.sgml          | 2 +-
doc/src/sgml/contacts.sgml          | 2 +-
doc/src/sgml/docguide.sgml          | 2 +-
doc/src/sgml/external-projects.sgml | 2 +-
doc/src/sgml/info.sgml              | 8 ++++----
doc/src/sgml/installation.sgml      | 8 ++++----
doc/src/sgml/problems.sgml          | 2 +-
doc/src/sgml/release.sgml           | 4 ++--
doc/src/sgml/sepgsql.sgml           | 2 +-
doc/src/sgml/sourcerepo.sgml        | 6 +++---
doc/src/sgml/stylesheet.xsl         | 2 +-
17 files changed, 28 insertions(+), 28 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Rethink flex flags for syncrep_scanner.l.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix contrib/sepgsql regression tests for partition NOT NULLchan