From 1bc2bab33259f757b5ecf4239ddc9c61cac11a3b Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Tue, 4 Dec 2012 03:30:36 +0000 Subject: [PATCH] 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 --- docs/ProgrammersManual.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ProgrammersManual.rst b/docs/ProgrammersManual.rst index f626c60ee65..20929f180fc 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 - `_ - an excellent +#. `cppreference.com + `_ - an excellent reference for the STL and other parts of the standard C++ library. #. `C++ In a Nutshell `_ - This is an O'Reilly -- 2.34.1