Skip to content

Commit 038420a

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/9A2C89A7-0BB8-41A8-B288-8B7BD09D7D44@yesql.se
1 parent edd8c79 commit 038420a

15 files changed

+26
-26
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 pgsql-hackers@postgresql.org 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
@@ -710,7 +710,7 @@ SELECT name, altitude
710710

711711
<para>
712712
If you feel you need more introductory material, please visit the PostgreSQL
713-
<ulink url="http://www.postgresql.org">web site</ulink>
713+
<ulink url="https://www.postgresql.org">web site</ulink>
714714
for links to more resources.
715715
</para>
716716
</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/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/">http://jdbc.postgresql.org/</ulink></entry>
75+
<entry><ulink url="https://jdbc.postgresql.org/">https://jdbc.postgresql.org/</ulink></entry>
7676
</row>
7777

7878
<row>

doc/src/sgml/info.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<listitem>
1515
<para>
1616
The <productname>PostgreSQL</productname> <ulink
17-
url="http://wiki.postgresql.org">wiki</ulink> contains the project's <ulink
18-
url="http://wiki.postgresql.org/wiki/Frequently_Asked_Questions">FAQ</>
17+
url="https://wiki.postgresql.org">wiki</ulink> contains the project's <ulink
18+
url="https://wiki.postgresql.org/wiki/Frequently_Asked_Questions">FAQ</>
1919
(Frequently Asked Questions) list, <ulink
20-
url="http://wiki.postgresql.org/wiki/Todo">TODO</> list, and
20+
url="https://wiki.postgresql.org/wiki/Todo">TODO</> list, and
2121
detailed information about many more topics.
2222
</para>
2323
</listitem>
@@ -28,7 +28,7 @@
2828
<listitem>
2929
<para>
3030
The <productname>PostgreSQL</productname>
31-
<ulink url="http://www.postgresql.org">web site</ulink>
31+
<ulink url="https://www.postgresql.org">web site</ulink>
3232
carries details on the latest release and other
3333
information to make your work or play with
3434
<productname>PostgreSQL</productname> more productive.

doc/src/sgml/installation.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ su - postgres
365365
<para>
366366
The <productname>PostgreSQL</> &version; sources can be obtained from the
367367
download section of our
368-
website: <ulink url="http://www.postgresql.org/download/"></ulink>. You
368+
website: <ulink url="https://www.postgresql.org/download/"></ulink>. You
369369
should get a file named <filename>postgresql-&version;.tar.gz</filename>
370370
or <filename>postgresql-&version;.tar.bz2</filename>. After
371371
you have obtained the file, unpack it:
@@ -1970,7 +1970,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
19701970
it has recently been verified to build and pass its regression tests
19711971
on that platform. Currently, most testing of platform compatibility
19721972
is done automatically by test machines in the
1973-
<ulink url="http://buildfarm.postgresql.org/">PostgreSQL Build Farm</ulink>.
1973+
<ulink url="https://buildfarm.postgresql.org/">PostgreSQL Build Farm</ulink>.
19741974
If you are interested in using <productname>PostgreSQL</> on a platform
19751975
that is not represented in the build farm, but on which the code works
19761976
or can be made to work, you are strongly encouraged to set up a build
@@ -2146,7 +2146,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
21462146
should take care of it.
21472147
</para>
21482148

2149-
<!-- http://archives.postgresql.org/message-id/6064jt6cfm.fsf_-_@dba2.int.libertyrms.com -->
2149+
<!-- https://archives.postgresql.org/message-id/6064jt6cfm.fsf_-_@dba2.int.libertyrms.com -->
21502150

21512151
<para>
21522152
One user reports:
@@ -2208,7 +2208,7 @@ hosts=local4,bind4
22082208

22092209
<sect3>
22102210
<title>Memory Management</title>
2211-
<!-- http://archives.postgresql.org/message-id/603bgqmpl9.fsf@dba2.int.libertyrms.com -->
2211+
<!-- https://archives.postgresql.org/message-id/603bgqmpl9.fsf@dba2.int.libertyrms.com -->
22122212

22132213
<para>
22142214
AIX can be somewhat peculiar with regards to the way it does

doc/src/sgml/problems.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
<para>
305305
Another method is to fill in the bug report web-form available
306306
at the project's
307-
<ulink url="http://www.postgresql.org/">web site</ulink>.
307+
<ulink url="https://www.postgresql.org/">web site</ulink>.
308308
Entering a bug report this way causes it to be mailed to the
309309
<email>pgsql-bugs@postgresql.org</email> mailing list.
310310
</para>

doc/src/sgml/release.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ For new features, add links to the documentation sections.
5555
A complete list of changes for each release can be obtained by
5656
viewing the <link linkend="git">Git</link> logs for each release.
5757
The <ulink
58-
url="http://archives.postgresql.org/pgsql-committers/"><literal>pgsql-committers</literal>
58+
url="https://archives.postgresql.org/pgsql-committers/"><literal>pgsql-committers</literal>
5959
email list</ulink> records all source code changes as well. There is also
60-
a <ulink url="http://git.postgresql.org/gitweb?p=postgresql.git;a=summary">web
60+
a <ulink url="https://git.postgresql.org/gitweb?p=postgresql.git;a=summary">web
6161
interface</ulink> that shows changes to specific files.
6262
</para>
6363

doc/src/sgml/sepgsql.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ ERROR: SELinux: security policy violation
749749
<title>External Resources</title>
750750
<variablelist>
751751
<varlistentry>
752-
<term><ulink url="http://wiki.postgresql.org/wiki/SEPostgreSQL">SE-PostgreSQL Introduction</ulink></term>
752+
<term><ulink url="https://wiki.postgresql.org/wiki/SEPostgreSQL">SE-PostgreSQL Introduction</ulink></term>
753753
<listitem>
754754
<para>
755755
This wiki page provides a brief overview, security design, architecture,

doc/src/sgml/sourcerepo.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<para>
1414
Our wiki, <ulink
15-
url="http://wiki.postgresql.org/wiki/Working_with_Git"></ulink>,
15+
url="https://wiki.postgresql.org/wiki/Working_with_Git"></ulink>,
1616
has some discussion on working with Git.
1717
</para>
1818

@@ -64,10 +64,10 @@ git clone git://git.postgresql.org/git/postgresql.git
6464
<para>
6565
The Git mirror can also be reached via the HTTP protocol, if for example
6666
a firewall is blocking access to the Git protocol. Just change the URL
67-
prefix to <literal>http</>, as in:
67+
prefix to <literal>https</>, as in:
6868

6969
<programlisting>
70-
git clone http://git.postgresql.org/git/postgresql.git
70+
git clone https://git.postgresql.org/git/postgresql.git
7171
</programlisting>
7272

7373
The HTTP protocol is less efficient than the Git protocol, so it will be

0 commit comments

Comments
 (0)