Add another link to the Python API docs.

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@186712 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/python-reference.html b/www/python-reference.html
index d247cfc..cc3cc78 100755
--- a/www/python-reference.html
+++ b/www/python-reference.html
@@ -33,7 +33,7 @@
     			<h1 class ="postheader">Documentation</h1>

     			<div class="postcontent">

 

-                    <p>The LLDB API is contained in a python module named <b>lldb</b>. Help is available through the standard python help and documentation. To get an overview of the <b>lldb</b> python module you can execute the following command:</p>

+                    <p>The LLDB API is contained in a python module named <b>lldb</b> documented <a href="python_reference/index.html">here</a>. The documentation is also accessible in an interactive debugger session with the following command:</p>

 <code><pre><tt>(lldb) <b>script help(lldb)</b>

     Help on package lldb: