diff options
author | Tom Lane | 2017-05-21 01:50:47 +0000 |
---|---|---|
committer | Tom Lane | 2017-05-21 01:50:47 +0000 |
commit | 7f77cbd996855a06fb742ea11adbe55c42b48fe2 (patch) | |
tree | d1dbe35cc9e001321d9bbbf1a17ea275c16fe11f /doc/src/sgml/docguide.sgml | |
parent | 5c837ddd7092ce9243225d12ca03fdbae136227f (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/[email protected]
Diffstat (limited to 'doc/src/sgml/docguide.sgml')
-rw-r--r-- | doc/src/sgml/docguide.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index 810d4dac401..e8a9778822f 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -449,7 +449,7 @@ checking for fop... fop <para> To produce HTML documentation with the stylesheet used on <ulink - url="http://postgresql.org/docs/current">postgresql.org</> instead of the + url="https://www.postgresql.org/docs/current">postgresql.org</> instead of the default simple style use: <screen> <prompt>doc/src/sgml$ </prompt><userinput>make STYLE=website html</userinput> |