Skip to content

Commit 39b4a95

Browse files
committed
Use https for gnu.org links
Mostly already done, but there were some stragglers.
1 parent 4e118fc commit 39b4a95

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

doc/src/sgml/installation.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ su - postgres
239239
class="osname">Linux</systemitem>, <systemitem class="osname">NetBSD</systemitem>,
240240
<systemitem class="osname">Solaris</systemitem>), for other systems you
241241
can download an add-on package from <ulink
242-
url="http://www.gnu.org/software/gettext/"></ulink>.
242+
url="https://www.gnu.org/software/gettext/"></ulink>.
243243
If you are using the <application>Gettext</application> implementation in
244244
the <acronym>GNU</acronym> C library then you will additionally
245245
need the <productname>GNU Gettext</productname> package for some

src/include/c.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,8 @@ typedef union PGAlignedXLogBlock
11321132
* access to the original string and translated string, and for cases where
11331133
* immediate translation is not possible, like when initializing global
11341134
* variables.
1135-
* http://www.gnu.org/software/autoconf/manual/gettext/Special-cases.html
1135+
*
1136+
* https://www.gnu.org/software/gettext/manual/html_node/Special-cases.html
11361137
*/
11371138
#define gettext_noop(x) (x)
11381139

src/include/port/atomics/generic-gcc.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
*
1111
* Documentation:
1212
* * Legacy __sync Built-in Functions for Atomic Memory Access
13-
* http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fsync-Builtins.html
13+
* https://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fsync-Builtins.html
1414
* * Built-in functions for memory model aware atomic operations
15-
* http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fatomic-Builtins.html
15+
* https://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fatomic-Builtins.html
1616
*
1717
* src/include/port/atomics/generic-gcc.h
1818
*

src/interfaces/ecpg/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include $(top_builddir)/src/Makefile.global
55
SUBDIRS = include pgtypeslib ecpglib compatlib preproc
66

77
# Suppress parallel build of subdirectories to avoid a bug in GNU make 3.82, cf
8-
# http://savannah.gnu.org/bugs/?30653
8+
# https://savannah.gnu.org/bugs/?30653
99
# https://bugzilla.redhat.com/show_bug.cgi?id=835424
1010
# (There are some other parallelism bugs in the subdirectory makefiles
1111
# themselves, but there's little point in fixing them as long as we have

src/tools/RELEASE_CHANGES

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ but there may be reasons to do them at other times as well.
7373
to lower numbers, using renumber_oids.pl (see notes in bki.sgml)
7474

7575
* Update config.guess and config.sub
76-
(from http://savannah.gnu.org/projects/config)
76+
(from https://savannah.gnu.org/projects/config)
7777

7878
* Update inet/cidr data types with newest Bind patches
7979

0 commit comments

Comments
 (0)