summaryrefslogtreecommitdiff
path: root/src/include/c.h
diff options
context:
space:
mode:
authorPeter Eisentraut2020-10-14 06:24:54 +0000
committerPeter Eisentraut2020-10-14 06:24:54 +0000
commit39b4a951003a6545268e141272e123929d0d710f (patch)
treea1391d596783629a78a1c598179f0a3db4b94a0f /src/include/c.h
parent4e118fc33e3ca5244c11a81a71bd25cf9ed3d484 (diff)
Use https for gnu.org links
Mostly already done, but there were some stragglers.
Diffstat (limited to 'src/include/c.h')
-rw-r--r--src/include/c.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/c.h b/src/include/c.h
index 2c61ca8aa8..aca36c757e 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -1132,7 +1132,8 @@ typedef union PGAlignedXLogBlock
* access to the original string and translated string, and for cases where
* immediate translation is not possible, like when initializing global
* variables.
- * http://www.gnu.org/software/autoconf/manual/gettext/Special-cases.html
+ *
+ * https://www.gnu.org/software/gettext/manual/html_node/Special-cases.html
*/
#define gettext_noop(x) (x)