diff options
author | Sean Silva <silvas@purdue.edu> | 2012-12-04 03:45:27 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2012-12-04 03:45:27 +0000 |
commit | 821c0e4ccf5dfb79ef68a2dfb489cef8e6b101c3 (patch) | |
tree | 4220449145e91cc356a3ff171524402e0ed91632 /docs/ProgrammersManual.rst | |
parent | 1bc2bab33259f757b5ecf4239ddc9c61cac11a3b (diff) |
docs: Fix broken link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169211 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ProgrammersManual.rst')
-rw-r--r-- | docs/ProgrammersManual.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ProgrammersManual.rst b/docs/ProgrammersManual.rst index 20929f180f..2b272de425 100644 --- a/docs/ProgrammersManual.rst +++ b/docs/ProgrammersManual.rst @@ -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 |