aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-12-04 03:30:36 +0000
committerSean Silva <silvas@purdue.edu>2012-12-04 03:30:36 +0000
commit1bc2bab33259f757b5ecf4239ddc9c61cac11a3b (patch)
treee49119fc4b14908a8605dd54a621d6b548b94473 /docs
parentbba3eb054a4e0e052cdeff22e678c52c4e59f07e (diff)
downloadexternal_llvm-1bc2bab33259f757b5ecf4239ddc9c61cac11a3b.zip
external_llvm-1bc2bab33259f757b5ecf4239ddc9c61cac11a3b.tar.gz
external_llvm-1bc2bab33259f757b5ecf4239ddc9c61cac11a3b.tar.bz2
docs: Fix dead link.
Apparently Dinkumware are no longer hosting their nice reference manuals. Thankfully, `cppreference.com` can fill that role well. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169210 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ProgrammersManual.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ProgrammersManual.rst b/docs/ProgrammersManual.rst
index f626c60..20929f1 100644
--- a/docs/ProgrammersManual.rst
+++ b/docs/ProgrammersManual.rst
@@ -62,8 +62,8 @@ the subject that you can get, so it will not be discussed in this document.
Here are some useful links:
-#. `Dinkumware C++ Library reference
- <http://www.dinkumware.com/manuals/#Standard C++ Library>`_ - an excellent
+#. `cppreference.com
+ <http://en.cppreference.com/w/>`_ - an excellent
reference for the STL and other parts of the standard C++ library.
#. `C++ In a Nutshell <http://www.tempest-sw.com/cpp/>`_ - This is an O'Reilly