summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2013-08-19 20:53:56 +0000
committerJason Molenda <jmolenda@apple.com>2013-08-19 20:53:56 +0000
commit39587672b8261cf1356f4ca8156a93cef5f8cc92 (patch)
tree6e08bc80dc298a641edbd699489c4761fc516b84
parent27b2c9a3529375989156bf8a50801b831a911ea5 (diff)
downloadbcm5719-llvm-39587672b8261cf1356f4ca8156a93cef5f8cc92.tar.gz
bcm5719-llvm-39587672b8261cf1356f4ca8156a93cef5f8cc92.zip
Change the sidebar to link directly to the C++ API docs and the Python API docs,
instead of pointing to a page with two links on it. llvm-svn: 188706
-rw-r--r--lldb/www/sidebar.incl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/www/sidebar.incl b/lldb/www/sidebar.incl
index 9a3e229136e..1628209757e 100644
--- a/lldb/www/sidebar.incl
+++ b/lldb/www/sidebar.incl
@@ -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>
OpenPOWER on IntegriCloud