From a783142e04a4cf9901d1597882b400d7d5fa546a Mon Sep 17 00:00:00 2001
From: Chris Lattner <sabre@nondot.org>
Date: Sun, 24 Jul 2011 21:00:45 +0000
Subject: [PATCH] add link to 2010 dev mtg

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135892 91177308-0d34-0410-b5e6-96231b3b80d8
---
 www/menu.html.incl | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/www/menu.html.incl b/www/menu.html.incl
index 4acfbe54f96..878e678f64a 100644
--- a/www/menu.html.incl
+++ b/www/menu.html.incl
@@ -53,8 +53,9 @@
   </div>
   
   <div class="submenu">
-    <label>Events</label>
-    <a href="http://llvm.org/devmtg/2009-10/">October 2, 2009 - LLVM/Clang Developer Meeting</a>
+    <label>Clang Events</label>
+    <a href="http://llvm.org/devmtg/2009-10/">October 2009</a>
+    <a href="http://llvm.org/devmtg/2010-11/">November 2010</a> 
   </div>
 
 </div>
-- 
GitLab