[llvm-commits] [llvm] r169211 - /llvm/trunk/docs/ProgrammersManual.rst

Sean Silva silvas at purdue.edu
Mon Dec 3 19:45:28 PST 2012


Author: silvas
Date: Mon Dec  3 21:45:27 2012
New Revision: 169211

URL: http://llvm.org/viewvc/llvm-project?rev=169211&view=rev
Log:
docs: Fix broken link.

Modified:
    llvm/trunk/docs/ProgrammersManual.rst

Modified: llvm/trunk/docs/ProgrammersManual.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.rst?rev=169211&r1=169210&r2=169211&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.rst (original)
+++ llvm/trunk/docs/ProgrammersManual.rst Mon Dec  3 21:45:27 2012
@@ -81,7 +81,8 @@
    <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





More information about the llvm-commits mailing list