Pushed. Gerald --- htdocs/gcc-5/porting_to.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/gcc-5/porting_to.html b/htdocs/gcc-5/porting_to.html index f2a831c4..727556ca 100644 --- a/htdocs/gcc-5/porting_to.html +++ b/htdocs/gcc-5/porting_to.html @@ -318,7 +318,7 @@ the value <code>201112L</code>.</p> <p>In C89, the GNU C library supports dynamic allocation via the <code>%as</code>, <code>%aS</code>, and <code>%a[...] wwwdocs:</code> conversion specifications; see -<a href="https://www.gnu.org/software/libc/manual/html_node/Dynamic-String-Input.html#Dynamic-String-Input"> +<a href="https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Dynamic-String-Input"> this</a> for more info. In C99, the <code>a</code> conversion specifier is a synonym for <code>f</code> (float), so the compiler expects an argument of type <code>float *</code>. -- 2.51.0
