From: Joseph Myers Date: Fri, 8 Jun 2001 02:43:47 +0000 (+0100) Subject: * doc/gcc.texi: Add trailing slash to URL. X-Git-Tag: prereleases/libstdc++-3.0.95~3957 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9e18cb67300dd4079d560a69c5c9c7f004fa709;p=thirdparty%2Fgcc.git * doc/gcc.texi: Add trailing slash to URL. From-SVN: r42995 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3ae51dd60379..c65058795dbe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-06-08 Joseph S. Myers + + * doc/gcc.texi: Add trailing slash to URL. + 2001-06-07 Stan Shebs * config/darwin.h (ENCODE_SECTION_INFO): Define. diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index b7fa196446aa..deb521002dd4 100644 --- a/gcc/doc/gcc.texi +++ b/gcc/doc/gcc.texi @@ -472,7 +472,7 @@ information concerning the history of C that is available online, see There is no formal written standard for Objective-C. The most authoritative manual is ``Object-Oriented Programming and the Objective-C Language'', available at a number of web sites; -@uref{http://developer.apple.com/techpubs/macosx/Cocoa/ObjectiveC} has a +@uref{http://developer.apple.com/techpubs/macosx/Cocoa/ObjectiveC/} has a recent version, while @uref{http://www.toodarkpark.org/computers/objc/} is an older example. @uref{http://www.gnustep.org} includes useful information as well.