Update links in templates to https
authorDaniel Gustafsson <daniel@yesql.se>
Mon, 8 May 2017 07:39:39 +0000 (09:39 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Mon, 8 May 2017 07:39:39 +0000 (09:39 +0200)
The postgresql.org website is now exclusively served over https,
update http links in the templates to avoid them being included
in announcements.

update_releases/templates/security_release_template.md
update_releases/templates/update_release_template.md

index 7114fce3385d31b5f3ad11bcbe0702d9c64536c0..40a8805bcb49362383589096618bc4b852a64cd6 100644 (file)
@@ -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/)
index dddbecc610635147e57fa50e5a927915bc8085e1..dc153ba67bd3d3349fafbf6aee37afd9efefc434 100644 (file)
@@ -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/)