Update doc links
This commit is contained in:
parent
3b43a728ac
commit
ff4f014e9f
12
index.html
12
index.html
|
@ -26,8 +26,8 @@
|
|||
<nav class="headerNav" role="navigation">
|
||||
<ul>
|
||||
<li><a href="http://cx-oracle.readthedocs.io/en/latest/index.html">Documentation</a></li>
|
||||
<li><a href="http://cx-oracle.readthedocs.io/en/latest/installation.html" >Installation</a></li>
|
||||
<li><a href="http://cx-oracle.readthedocs.io/en/latest/releasenotes.html">Release Notes</a></li>
|
||||
<li><a href="https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html" >Installation</a></li>
|
||||
<li><a href="https://cx-oracle.readthedocs.io/en/latest/release_notes.html#releasenotes">Release Notes</a></li>
|
||||
<li><a href="https://github.com/oracle/python-cx_Oracle">Source code</a></li>
|
||||
<li><a href="https://github.com/oracle/python-cx_Oracle/issues">Help</a></li>
|
||||
<li><a href="http://lists.sourceforge.net/lists/listinfo/cx-oracle-users">Mailing list</a></li>
|
||||
|
@ -64,7 +64,7 @@
|
|||
<h2>Getting Started</h2>
|
||||
|
||||
See <a
|
||||
href="http://cx-oracle.readthedocs.io/en/latest/installation.html#quick-start-cx-oracle-installation"
|
||||
href="https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html#quick-start-cx-oracle-installation"
|
||||
>Quick Start cx_Oracle Installation</a>.
|
||||
|
||||
</div> <!-- /quickstart -->
|
||||
|
@ -73,7 +73,7 @@
|
|||
<h2>Installation</h2>
|
||||
|
||||
See <a
|
||||
href="http://cx-oracle.readthedocs.io/en/latest/installation.html"
|
||||
href="https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html"
|
||||
>cx_Oracle Installation</a> for detailed instructions.
|
||||
|
||||
</div> <!-- /installation -->
|
||||
|
@ -83,7 +83,7 @@
|
|||
|
||||
See the <a href="http://cx-oracle.readthedocs.io" >cx_Oracle
|
||||
Documentation</a> and <a
|
||||
href="http://cx-oracle.readthedocs.io/en/latest/releasenotes.html"
|
||||
href="https://cx-oracle.readthedocs.io/en/latest/release_notes.html#releasenotes"
|
||||
>Release Notes</a>.
|
||||
|
||||
</div> <!-- /documentation -->
|
||||
|
@ -218,7 +218,7 @@
|
|||
specification assumes an implementation of cursors that does not fit
|
||||
well with Oracle's implementation of cursors and implicit results. See
|
||||
the method
|
||||
<a href="http://cx-oracle.readthedocs.io/en/latest/cursor.html#Cursor.getimplicitresults">cursor.getimplicitresults()</a>
|
||||
<a href="https://cx-oracle.readthedocs.io/en/latest/api_manual/cursor.html#Cursor.getimplicitresults">cursor.getimplicitresults()</a>
|
||||
for more information.
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue