From 788ee28a3e9e3347549d3777a8327fc9e67cd95f Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Fri, 9 Nov 2007 21:49:08 +0000
Subject: [PATCH] Update links.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43964 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/CodingStandards.html | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html
index 2121714db65..858bbe1f7b6 100644
--- a/docs/CodingStandards.html
+++ b/docs/CodingStandards.html
@@ -737,15 +737,12 @@ sources. Two particularly important books for our work are:
-- Effective
-C++ by Scott Meyers. There is an online version of the book (only some
-chapters though) available as well. Also
+
- Effective
+C++ by Scott Meyers. Also
interesting and useful are "More Effective C++" and "Effective STL" by the same
author.
-- Large-Scale C++
-Software Design by John Lakos
+- Large-Scale C++ Software Design by John Lakos