Reroute the blog link to the LLVM blog site.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@130014 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/sidebar.incl b/www/sidebar.incl
index 167c193..b728369 100644
--- a/www/sidebar.incl
+++ b/www/sidebar.incl
@@ -4,7 +4,7 @@
     <h1 class="headerbar">Goals and Status</h1>
     <ul>
       <li><a href="index.html">About</a></li>
-      <li><a href="blog.html">Blog</a></li>
+      <li><a href="http://blog.llvm.org/search/label/LLDB">Blog</a></li>
       <li><a href="goals.html">Goals</a></li>
       <li><a href="features.html">Features</a></li>
       <li><a href="status.html">Status</a></li>