Skip to content

Commit cb6a498

Browse files
committed
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]
1 parent dbf7177 commit cb6a498

17 files changed

+28
-28
lines changed

HISTORY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Release notes for all versions of PostgreSQL can be found on-line at
2-
http://www.postgresql.org/docs/current/static/release.html
2+
https://www.postgresql.org/docs/current/static/release.html
33

44
Distribution file sets include release notes for their version and preceding
55
versions. Visit the file doc/src/sgml/html/release.html in an HTML browser.

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and functions. This distribution also contains C language bindings.
1111

1212
PostgreSQL has many language interfaces, many of which are listed here:
1313

14-
http://www.postgresql.org/download
14+
https://www.postgresql.org/download
1515

1616
See the file INSTALL for instructions on how to build and install
1717
PostgreSQL. That file also lists supported operating systems and
@@ -23,5 +23,5 @@ distribution; it can be read as described in the installation
2323
instructions.
2424

2525
The latest version of this software may be obtained at
26-
http://www.postgresql.org/download/. For more information look at our
27-
web site located at http://www.postgresql.org/.
26+
https://www.postgresql.org/download/. For more information look at our
27+
web site located at https://www.postgresql.org/.

README.git

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git and so will not be present if you are using a git checkout.
66

77
If you are using a git checkout, you can view the most recent installation
88
instructions at:
9-
http://www.postgresql.org/docs/devel/static/installation.html
9+
https://www.postgresql.org/docs/devel/static/installation.html
1010

1111
Users compiling from git will also need compatible versions of Bison, Flex,
1212
and Perl, as discussed in the install documentation. These programs are not

doc/TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
The TODO list is now maintained at:
22

3-
http://wiki.postgresql.org/wiki/Todo
3+
https://wiki.postgresql.org/wiki/Todo

doc/bug.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you not only found the problem but solved it and generated a patch
99
then e-mail it to [email protected] instead. Please use the
1010
command "diff -c" to generate the patch.
1111

12-
You may also enter a bug report at http://www.postgresql.org/ instead of
12+
You may also enter a bug report at https://www.postgresql.org/ instead of
1313
e-mailing this form.
1414

1515
============================================================================

doc/src/sgml/acronyms.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
<listitem>
301301
<para>
302302
<ulink
303-
url="http://git.postgresql.org/gitweb?p=postgresql.git;a=blob;f=src/backend/access/heap/README.HOT;hb=HEAD">Heap-Only
303+
url="https://git.postgresql.org/gitweb?p=postgresql.git;a=blob;f=src/backend/access/heap/README.HOT;hb=HEAD">Heap-Only
304304
Tuples</ulink>
305305
</para>
306306
</listitem>

doc/src/sgml/advanced.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ SELECT name, altitude
712712

713713
<para>
714714
If you feel you need more introductory material, please visit the PostgreSQL
715-
<ulink url="http://www.postgresql.org">web site</ulink>
715+
<ulink url="https://www.postgresql.org">web site</ulink>
716716
for links to more resources.
717717
</para>
718718
</sect1>

doc/src/sgml/contacts.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and the mailing lists themselves.
1616
<para>
1717
Refer to the introduction in this manual or to the
1818
<productname>PostgreSQL</productname>
19-
<ulink url="http://www.postgresql.org">web page</ulink>
19+
<ulink url="https://www.postgresql.org">web page</ulink>
2020
for subscription information to the no-cost mailing lists.
2121
</para>
2222

doc/src/sgml/docguide.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ checking for osx... osx
585585

586586
<para>
587587
To produce HTML documentation with the stylesheet used on <ulink
588-
url="http://postgresql.org/docs/current">postgresql.org</> instead of the
588+
url="https://www.postgresql.org/docs/current">postgresql.org</> instead of the
589589
default simple style use:
590590
<screen>
591591
<prompt>doc/src/sgml$ </prompt><userinput>make STYLE=website html</userinput>

doc/src/sgml/external-projects.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<entry>JDBC</entry>
7373
<entry>JDBC</entry>
7474
<entry>Type 4 JDBC driver</entry>
75-
<entry><ulink url="http://jdbc.postgresql.org/"></ulink></entry>
75+
<entry><ulink url="https://jdbc.postgresql.org/"></ulink></entry>
7676
</row>
7777

7878
<row>

0 commit comments

Comments
 (0)