Change the sidebar to link directly to the C++ API docs and the Python API docs,
authorJason Molenda <jmolenda@apple.com>
Mon, 19 Aug 2013 20:53:56 +0000 (20:53 +0000)
committerJason Molenda <jmolenda@apple.com>
Mon, 19 Aug 2013 20:53:56 +0000 (20:53 +0000)
instead of pointing to a page with two links on it.

llvm-svn: 188706

lldb/www/sidebar.incl

index 9a3e229..1628209 100644 (file)
@@ -41,7 +41,8 @@
     <h1 class="headerbar">Resources</h1>
     <ul>
       <li><a href="download.html">Download</a></li>
-      <li><a href="docs.html">C++/Python API Documentation</a></li>
+      <li><a href="python_reference/index.html">Python API Documentation</a></li>
+      <li><a href="cpp_reference/html/index.html">C++ API Documentation</a></li>
       <li><a href="source.html">Source</a></li>
       <li><a href="build.html">Build</a></li>
       <li><a href="http://llvm.org/bugs">Bug Reports</a></li>