diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-05-20 21:50:47 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-05-20 21:50:47 -0400 |
commit | 6156f78d8d309dbdc72e0c6402d38b59eb5eb80c (patch) | |
tree | 0cbca8ae2cfe0229084266252e2bb02afce9ead6 /doc/bug.template | |
parent | 46498d227703f93508044511e40e7cb7d599d2a3 (diff) |
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
Diffstat (limited to 'doc/bug.template')
-rw-r--r-- | doc/bug.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bug.template b/doc/bug.template index 8ebcd1539d2..abb03a09192 100644 --- a/doc/bug.template +++ b/doc/bug.template @@ -9,7 +9,7 @@ If you not only found the problem but solved it and generated a patch then e-mail it to pgsql-hackers@postgresql.org instead. Please use the command "diff -c" to generate the patch. -You may also enter a bug report at http://www.postgresql.org/ instead of +You may also enter a bug report at https://www.postgresql.org/ instead of e-mailing this form. ============================================================================ |