[llvm-commits] [llvm] r116157 - /llvm/trunk/docs/ProgrammersManual.html

Nick Lewycky nicholas at mxc.ca
Sat Oct 9 14:12:29 PDT 2010


Author: nicholas
Date: Sat Oct  9 16:12:29 2010
New Revision: 116157

URL: http://llvm.org/viewvc/llvm-project?rev=116157&view=rev
Log:
Fix dead link.

Modified:
    llvm/trunk/docs/ProgrammersManual.html

Modified: llvm/trunk/docs/ProgrammersManual.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.html?rev=116157&r1=116156&r2=116157&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.html (original)
+++ llvm/trunk/docs/ProgrammersManual.html Sat Oct  9 16:12:29 2010
@@ -269,9 +269,9 @@
 
 <ol>
 
-<li><a href="http://www.dinkumware.com/refxcpp.html">Dinkumware C++ Library
-reference</a> - an excellent reference for the STL and other parts of the
-standard C++ library.</li>
+<li><a href="http://www.dinkumware.com/manuals/#Standard C++ Library">Dinkumware
+C++ Library reference</a> - an excellent reference for the STL and other parts
+of the standard C++ library.</li>
 
 <li><a href="http://www.tempest-sw.com/cpp/">C++ In a Nutshell</a> - This is an
 O'Reilly book in the making.  It has a decent Standard Library





More information about the llvm-commits mailing list