Some of the links in references.php3 are out of date. Here's the patch Angus
? patch.diff Index: ChangeLog =================================================================== RCS file: /usr/local/lyx/cvsroot/www-devel/ChangeLog,v retrieving revision 1.86 diff -u -p -r1.86 ChangeLog --- ChangeLog 2001/05/03 00:00:09 1.86 +++ ChangeLog 2001/05/08 15:52:36 @@ -1,3 +1,7 @@ +2001-05-08 Angus Leeming <[EMAIL PROTECTED]> + + * references.php3: Update some of the links + 2001-05-02 Amir Karger <[EMAIL PROTECTED]> * translation.php3: New email address for Dooteo Index: references.php3 =================================================================== RCS file: /usr/local/lyx/cvsroot/www-devel/references.php3,v retrieving revision 1.3 diff -u -p -r1.3 references.php3 --- references.php3 2000/04/27 19:21:32 1.3 +++ references.php3 2001/05/08 15:52:36 @@ -38,7 +38,7 @@ color="#8888ff">Title</font></td><td><fo <tr> <td>David Musser<br> <font size=-1> -<a href="http://www.bookpool.com/.x/krx9tbpser/sm/stl_tutor_ref">bookpool</a> +<a href="http://www.bookpool.com/.x/7axzk8a38m/sm/0201379236">bookpool</a> </font></td> <td>STL Tutorial & Reference Guide</td> <td>Comprehensive tutorial and reference on STL @@ -101,7 +101,7 @@ multiple dispatch etc. <td>Jeff Alger<br> <font size=-1> <a -href="http://www.bookpool.com/.x/krx9tb3x34/ss/1?qs=jeff+alger">bookpool</a> +href="http://www.amazon.com/exec/obidos/ASIN/0120499401/qid%3D989335775/107-2223032-9068507">amazon</a> </font></td> <td>Secrets of the C++ Masters</td> <td>This book is almost entirely dedicated to smart pointers and the @@ -169,20 +169,20 @@ Some interesting C++ related articles: <p> The SGI STL documentation (very good for STL): <a -href="http://www.sgi.com/Technology/STL/">http://www.sgi.com/Technology/STL/</a> +href="http://www.sgi.com/tech/stl/">http://www.sgi.com/tech/stl/</a> <p> A site by David Musser: -<a href="http://www.cs.rpi.edu/~musser/stl.html"> -http://www.cs.rpi.edu/~musser/stl.html</a> +<a href="http://www.cs.rpi.edu/~musser/stl-book/"> +http://www.cs.rpi.edu/~musser/stl-book/</a> <h3>On OO design notation</h3> <p> UML is the modern language and notation used for Object Oriented modeling and design: -<a href="http://www.rational.com/uml/resources/documentation/notation/"> -http://www.rational.com/uml/resources/documentation/notation/</a><br> +<a href="http://www.rational.com/uml/resources/documentation/index.jsp"> +http://www.rational.com/uml/resources/documentation/index.jsp</a><br> <a href="http://www.omg.org/news/pr97/umlprimer.html"> http://www.omg.org/news/pr97/umlprimer.html</a> <p>