diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-06-08 03:43:47 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-06-08 03:43:47 +0100 |
commit | b9e18cb67300dd4079d560a69c5c9c7f004fa709 (patch) | |
tree | d3a4c5a1223ebce73b3bb1fd3e79dd8c9cf0a1d6 | |
parent | df56a27fb81910e6521a69a0a153dc36591021f7 (diff) | |
download | gcc-b9e18cb67300dd4079d560a69c5c9c7f004fa709.zip gcc-b9e18cb67300dd4079d560a69c5c9c7f004fa709.tar.gz gcc-b9e18cb67300dd4079d560a69c5c9c7f004fa709.tar.bz2 |
* doc/gcc.texi: Add trailing slash to URL.
From-SVN: r42995
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/gcc.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3ae51dd..c650587 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-06-08 Joseph S. Myers <jsm28@cam.ac.uk> + + * doc/gcc.texi: Add trailing slash to URL. + 2001-06-07 Stan Shebs <shebs@apple.com> * config/darwin.h (ENCODE_SECTION_INFO): Define. diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index b7fa196..deb5210 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. |