From: Sean Silva Date: Tue, 4 Dec 2012 03:45:27 +0000 (+0000) Subject: docs: Fix broken link. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=821c0e4ccf5dfb79ef68a2dfb489cef8e6b101c3;p=oota-llvm.git docs: Fix broken link. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169211 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ProgrammersManual.rst b/docs/ProgrammersManual.rst index 20929f180fc..2b272de4250 100644 --- a/docs/ProgrammersManual.rst +++ b/docs/ProgrammersManual.rst @@ -81,7 +81,8 @@ Here are some useful links: `_. #. `Bruce Eckel's Thinking in C++, 2nd ed. Volume 2 Revision 4.0 - (even better, get the book) `_. + (even better, get the book) + `_. You are also encouraged to take a look at the :ref:`LLVM Coding Standards ` guide which focuses on how to write maintainable code more