docs: Fix broken link.

llvm-svn: 169211
This commit is contained in:
Sean Silva 2012-12-04 03:45:27 +00:00
parent 4b587854fe
commit c454f07e33
1 changed files with 2 additions and 1 deletions

View 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