docs: Fix broken link.
authorSean Silva <silvas@purdue.edu>
Tue, 4 Dec 2012 03:45:27 +0000 (03:45 +0000)
committerSean Silva <silvas@purdue.edu>
Tue, 4 Dec 2012 03:45:27 +0000 (03:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169211 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.rst

index 20929f180fce298d4d707d3f80f3732f65fd32fb..2b272de42505ef1115ad70b616bb8d5da3de7f55 100644 (file)
@@ -81,7 +81,8 @@ Here are some useful links:
    <http://www.research.att.com/%7Ebs/C++.html>`_.
 
 #. `Bruce Eckel's Thinking in C++, 2nd ed. Volume 2 Revision 4.0
-   (even better, get the book) <http://64.78.49.204/>`_.
+   (even better, get the book)
+   <http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html>`_.
 
 You are also encouraged to take a look at the :ref:`LLVM Coding Standards
 <coding_standards>` guide which focuses on how to write maintainable code more