summaryrefslogtreecommitdiff
path: root/src/include/c.h
diff options
context:
space:
mode:
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 2c61ca8aa89..aca36c757ec 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)