summaryrefslogtreecommitdiff
path: root/doc/intprops.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-01-16 17:21:57 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2017-01-16 17:22:20 -0800
commit85bd3ab640a3ea0470b75b2b40c4d4f9a7f335e3 (patch)
tree11e356bcf7c01d9d2df8aeb2e376fd834e280411 /doc/intprops.texi
parent60ce0fd753f0d30a80b4a90fe2e418eaa4e44a94 (diff)
downloadgnulib-85bd3ab640a3ea0470b75b2b40c4d4f9a7f335e3.tar.gz
intprops: update doc URLs
* doc/intprops.texi (Integer Range Overflow): Update URLs.
Diffstat (limited to 'doc/intprops.texi')
-rw-r--r--doc/intprops.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/intprops.texi b/doc/intprops.texi
index 4da0d8281b..44883ac630 100644
--- a/doc/intprops.texi
+++ b/doc/intprops.texi
@@ -368,9 +368,9 @@ Type Overflow}.
Although the implementation of these macros is similar to that
suggested in Seacord R, The CERT C Secure Coding Standard (2009,
revised 2011), in its two sections
-``@url{https://www.securecoding.cert.org/confluence/display/seccode/INT30-C.+Ensure+that+unsigned+integer+operations+do+not+wrap,
+``@url{https://www.securecoding.cert.org/confluence/display/c/INT30-C.+Ensure+that+unsigned+integer+operations+do+not+wrap,
INT30-C. Ensure that unsigned integer operations do not wrap}'' and
-``@url{https://www.securecoding.cert.org/confluence/display/seccode/INT32-C.+Ensure+that+operations+on+signed+integers+do+not+result+in+overflow,
+``@url{https://www.securecoding.cert.org/confluence/display/c/INT32-C.+Ensure+that+operations+on+signed+integers+do+not+result+in+overflow,
INT32-C. Ensure that operations on signed integers do not result in
overflow}'', Gnulib's implementation was derived independently of
CERT's suggestions.