From a33be0087e17e39e743a8ca95bcda2f14a86cff2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru <sylvestre@debian.org> Date: Sat, 7 Sep 2013 07:39:49 +0000 Subject: [PATCH] Clang event are now part of the llvm events. Add a link to the LLVM events git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190244 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/menu.html.incl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/www/menu.html.incl b/www/menu.html.incl index 79cf2e9001..4382991468 100644 --- a/www/menu.html.incl +++ b/www/menu.html.incl @@ -2,7 +2,7 @@ <div> <a href="http://llvm.org/">LLVM Home</a> </div> - + <div class="submenu"> <label>Clang Info</label> <a href="/index.html">About</a> @@ -23,13 +23,13 @@ <a href="/docs/InternalsManual.html">Clang Internals</a> <a href="/hacking.html">Hacking on Clang</a> </div> - + <div class="submenu"> <label>Clang Tools</label> <a href="http://clang-analyzer.llvm.org">Automatic Bug-Finding</a> <a href="/docs/Tooling.html">Writing Clang Tools</a> </div> - + <div class="submenu"> <label>Communication</label> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users">cfe-users List</a> @@ -51,11 +51,12 @@ <label>Quick Links</label> <a href="http://buildd-clang.debian.net/coverage/">Testing Coverage</a> </div> - + <div class="submenu"> <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> + <a href="http://llvm.org/devmtg/">LLVM events</a> </div> </div> -- 2.40.0