From: Daniel Gustafsson Date: Mon, 8 May 2017 07:39:39 +0000 (+0200) Subject: Update links in templates to https X-Git-Url: http://git.postgresql.org/gitweb/static/connections.php?a=commitdiff_plain;h=2a9719d772ffe056c19ee51b1de3b64c19b275ea;p=press.git Update links in templates to https The postgresql.org website is now exclusively served over https, update http links in the templates to avoid them being included in announcements. --- diff --git a/update_releases/templates/security_release_template.md b/update_releases/templates/security_release_template.md index 7114fce..40a8805 100644 --- a/update_releases/templates/security_release_template.md +++ b/update_releases/templates/security_release_template.md @@ -56,7 +56,7 @@ Users who have skipped one or more update releases may need to run additional, p {{ %ENDIF }} Links: -* [Download](http://www.postgresql.org/download) -* [Release Notes](http://www.postgresql.org/docs/current/static/release.html) -* [Security Page](http://www.postgresql.org/support/security/) +* [Download](https://www.postgresql.org/download) +* [Release Notes](https://www.postgresql.org/docs/current/static/release.html) +* [Security Page](https://www.postgresql.org/support/security/) * [Versioning Policy](https://www.postgresql.org/support/versioning/) diff --git a/update_releases/templates/update_release_template.md b/update_releases/templates/update_release_template.md index dddbecc..dc153ba 100644 --- a/update_releases/templates/update_release_template.md +++ b/update_releases/templates/update_release_template.md @@ -60,7 +60,7 @@ Users who have skipped one or more update releases may need to run additional, p {{ %ENDIF }} Links: -* [Download](http://www.postgresql.org/download) -* [Release Notes](http://www.postgresql.org/docs/current/static/release.html) -* [Security Page](http://www.postgresql.org/support/security/) +* [Download](https://www.postgresql.org/download) +* [Release Notes](https://www.postgresql.org/docs/current/static/release.html) +* [Security Page](https://www.postgresql.org/support/security/) * [Versioning Policy](https://www.postgresql.org/support/versioning/)