summaryrefslogtreecommitdiff
path: root/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-22 21:25:12 +0000
committerChris Lattner <sabre@nondot.org>2002-09-22 21:25:12 +0000
commitab0577be5a7eb957e129254fb1bb25592f6d2e55 (patch)
treef4548dd29e502e8cb93aa480e7d2cf8e42519be9 /docs/ProgrammersManual.html
parent986e0c952fa0d15a08683bd5de5d1024f5f417e7 (diff)
downloadllvm-ab0577be5a7eb957e129254fb1bb25592f6d2e55.tar.gz
llvm-ab0577be5a7eb957e129254fb1bb25592f6d2e55.tar.bz2
llvm-ab0577be5a7eb957e129254fb1bb25592f6d2e55.tar.xz
Update url
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3881 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r--docs/ProgrammersManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index 58ad5a1bce..26208f5b00 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -161,7 +161,7 @@ the subject that you can get, so it will not be discussed in this document.<p>
Here are some useful links:<p>
<ol>
-<li><a href="http://www.dinkumware.com/htm_cpl/index.html">Dinkumware C++
+<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.<br>