Skip to content

Commit d3bdfe8

Browse files
author
Christopher Jones
committed
Give documentation links some love, including update to 18c content
1 parent a500c16 commit d3bdfe8

File tree

6 files changed

+79
-101
lines changed

6 files changed

+79
-101
lines changed

INSTALL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,16 +1648,16 @@ Questions and issues can be posted as [GitHub Issues][10].
16481648
[12]: http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html
16491649
[13]: http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html#ic_x64_inst
16501650
[14]: https://linux.oracle.com
1651-
[15]: https://docs.oracle.com/database/122/NETRF/local-naming-parameters-in-tnsnames-ora-file.htm#NETRF007
1652-
[16]: https://docs.oracle.com/database/122/NETRF/parameters-for-the-sqlnet-ora-file.htm#NETRF006
1653-
[17]: https://docs.oracle.com/database/122/NETRF/directory-usage-parameters-in-ldap-ora-file.htm#NETRF011
1654-
[18]: https://docs.oracle.com/database/122/LNOCI/more-oci-advanced-topics.htm#LNOCI-GUID-CD599644-135A-4116-8B3B-40A9BA172E5C
1651+
[15]: https://docs.oracle.com/en/database/oracle/oracle-database/18/netrf/local-naming-parameters-in-tnsnames-ora-file.html
1652+
[16]: https://docs.oracle.com/en/database/oracle/oracle-database/18/netrf/parameters-for-the-sqlnet-ora-file.html
1653+
[17]: https://docs.oracle.com/en/database/oracle/oracle-database/18/netrf/directory-usage-parameters-in-ldap-ora-file.html
1654+
[18]: https://docs.oracle.com/en/database/oracle/oracle-database/18/lnoci/build-and-configure-oci-applications.html#GUID-9D12F489-EC02-46BE-8CD4-5AECED0E2BA2
16551655
[19]: https://github.com/oracle/node-oracledb/tree/master/examples
16561656
[20]: http://www.oracle.com/technetwork/database/database-technologies/express-edition/overview/index.html
16571657
[21]: https://blogs.oracle.com/opal/the-easiest-way-to-install-oracle-database-on-apple-mac-os-x
16581658
[22]: http://www.oracle.com/technetwork/topics/intel-macsoft-096467.html
16591659
[23]: https://docs.oracle.com/database/
1660-
[24]: https://docs.oracle.com/database/122/NTCLI/toc.htm
1660+
[24]: https://docs.oracle.com/en/database/oracle/oracle-database/18/ntcli/toc.htm
16611661
[25]: http://www.oracle.com/technetwork/topics/winx64soft-089540.html
16621662
[26]: http://www.oracle.com/technetwork/topics/winsoft-085727.html
16631663
[27]: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

README.md

Lines changed: 6 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Use node-oracledb to connect Node.js 6, 8 and 10 to Oracle Database.
77

88
Node-oracledb supports basic and advanced features of Oracle Database
99
and Oracle Client. See the
10-
[homepage](https://oracle.github.io/node-oracledb/) for a list.
10+
[homepage][4] for a list.
1111

1212
The node-oracledb module is open source and maintained by Oracle Corp.
1313
It is stable, well documented, and has a comprehensive test suite.
1414

1515
## <a name="installation"></a> Installation
1616

17-
See [Getting Started with Node-oracledb][1] and [Quick Start Node-oracledb Installation][37].
17+
See [Getting Started with Node-oracledb][1] and [Quick Start Node-oracledb Installation][2].
1818

1919
## <a name="doc"></a> Documentation
2020

@@ -28,7 +28,7 @@ See the [examples][30] directory. Start with
2828
## <a name="help"></a> Help
2929

3030
Issues and questions can be raised with the node-oracledb community on
31-
[GitHub][24].
31+
[GitHub][3].
3232

3333
## <a name="testing"></a> Tests
3434

@@ -61,35 +61,13 @@ limitations under the License.
6161

6262

6363
[1]: https://oracle.github.io/node-oracledb/doc/api.html#getstarted
64-
[2]: https://oracle.github.io/node-oracledb/doc/api.html#asyncawaitoverview
65-
[3]: https://oracle.github.io/node-oracledb/doc/api.html#promiseoverview
66-
[4]: https://oracle.github.io/node-oracledb/doc/api.html#intro
67-
[5]: https://oracle.github.io/node-oracledb/doc/api.html#querystream
68-
[6]: https://oracle.github.io/node-oracledb/doc/api.html#sqlexecution
69-
[7]: https://oracle.github.io/node-oracledb/doc/api.html#refcursors
70-
[8]: https://oracle.github.io/node-oracledb/doc/api.html#lobhandling
71-
[9]: https://oracle.github.io/node-oracledb/doc/api.html#jsondatatype
72-
[10]: https://oracle.github.io/node-oracledb/doc/api.html#queryoutputformats
73-
[11]: https://oracle.github.io/node-oracledb/doc/api.html#typemap
74-
[12]: https://oracle.github.io/node-oracledb/doc/api.html#bind
75-
[13]: https://oracle.github.io/node-oracledb/doc/api.html#transactionmgt
76-
[14]: https://oracle.github.io/node-oracledb/doc/api.html#connpooling
77-
[15]: https://oracle.github.io/node-oracledb/doc/api.html#drcp
78-
[16]: https://oracle.github.io/node-oracledb/doc/api.html#extauth
79-
[17]: https://oracle.github.io/node-oracledb/doc/api.html#propdbfetcharraysize
80-
[18]: https://oracle.github.io/node-oracledb/doc/api.html#stmtcache
81-
[19]: https://docs.oracle.com/database/122/ADFNS/performance-and-scalability.htm#ADFNS464
82-
[20]: https://oracle.github.io/node-oracledb/doc/api.html#endtoend
83-
[21]: https://oracle.github.io/node-oracledb/doc/api.html#connectionfan
84-
[22]: https://oracle.github.io/node-oracledb/doc/api.html#connectionrlb
85-
[23]: https://docs.oracle.com/database/122/ADFNS/high-availability.htm#ADFNS-GUID-96599425-9BDA-483C-9BA2-4A4D13013A37
86-
[24]: https://github.com/oracle/node-oracledb/issues
64+
[2]: https://oracle.github.io/node-oracledb/INSTALL.html#quickstart
65+
[3]: https://github.com/oracle/node-oracledb/issues
66+
[4]: https://oracle.github.io/node-oracledb
8767
[30]: https://github.com/oracle/node-oracledb/blob/master/examples
8868
[31]: https://github.com/oracle/node-oracledb/blob/master/examples/select1.js#L35
8969
[32]: https://oracle.github.io/node-oracledb/doc/api.html
9070
[33]: https://github.com/oracle/node-oracledb/blob/master/CHANGELOG.md
9171
[34]: https://github.com/oracle/node-oracledb/blob/master/test/README.md
9272
[35]: https://github.com/oracle/node-oracledb/blob/master/CONTRIBUTING.md
9373
[36]: http://www.apache.org/licenses/LICENSE-2.0
94-
[37]: https://oracle.github.io/node-oracledb/INSTALL.html#quickstart
95-
[38]: https://oracle.github.io/node-oracledb/doc/api.html#getconnectiondbattrsprivilege

0 commit comments

Comments
 (0)