diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 158a22da52f..34af01587b1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2017-02-12 Gerald Pfeifer + * doc/standards.texi (Standards): Update reference to + Objective-C 2.0. + +2017-02-12 Gerald Pfeifer + * doc/extend.texi (Named Address Spaces): sourceware.org now defaults to https. * doc/install.texi (Binaries): Ditto. diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index 6aa793efd3a..9629b70624a 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -290,7 +290,7 @@ GCC has currently no support for non-fragile instance variables. The authoritative manual on Objective-C 2.0 is available from Apple: @itemize @item -@uref{https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html} +@uref{https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html} @end itemize For more information concerning the history of Objective-C that is