Skip to content

Commit 19dce9d

Browse files
committed
Update the README and SECURITY files as per GitHub PR #1575
1 parent 2a4ff54 commit 19dce9d

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

README.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ See [Getting Started with Node-oracledb][1] and [Quick Start Node-oracledb Insta
2020

2121
## Documentation
2222

23-
See [Documentation for the Oracle Database Node.js Add-on][32] and the [release
24-
notes][33].
23+
See [Documentation for the Oracle Database Node.js Add-on][9] and the [release
24+
notes][10].
2525

2626
## Examples
2727

28-
See the [examples][30] directory. Start with [examples/example.js][31].
28+
See the [examples][7] directory. Start with [examples/example.js][8].
2929

3030
## Help
3131

@@ -34,19 +34,16 @@ to join Slack][6]).
3434

3535
## <a name="testing"></a> Tests
3636

37-
To run the test suite see [test/README][34].
37+
To run the test suite see [test/README][11].
3838

3939
## Contributing
4040

4141
This project welcomes contributions from the community. Before submitting a
42-
pull request, please [review our contribution guide][35].
43-
44-
Oracle gratefully acknowledges the contributions to node-oracledb that have
45-
been made by the community.
42+
pull request, please [review our contribution guide][12].
4643

4744
## Security
4845

49-
Please consult the [security guide](./SECURITY.md) for our responsible security
46+
Please consult the [security guide][13] for our responsible security
5047
vulnerability disclosure process.
5148

5249
## License
@@ -79,9 +76,10 @@ limitations under the License.
7976
[4]: https://oracle.github.io/node-oracledb
8077
[5]: https://node-oracledb.slack.com/
8178
[6]: https://join.slack.com/t/node-oracledb/shared_invite/enQtNDU4Mjc2NzM5OTA2LWMzY2ZlZDY5MDdlMGZiMGRkY2IzYjI5OGU4YTEzZWM5YjQ3ODUzMjcxNWQyNzE4MzM5YjNkYjVmNDk5OWU5NDM
82-
[30]: https://github.com/oracle/node-oracledb/blob/main/examples
83-
[31]: https://github.com/oracle/node-oracledb/blob/main/examples/example.js
84-
[32]: https://node-oracledb.readthedocs.io/en/latest/
85-
[33]: https://node-oracledb.readthedocs.io/en/latest/release_notes.html
86-
[34]: https://github.com/oracle/node-oracledb/blob/main/test/README.md
87-
[35]: https://github.com/oracle/node-oracledb/blob/main/CONTRIBUTING.md
79+
[7]: https://github.com/oracle/node-oracledb/blob/main/examples
80+
[8]: https://github.com/oracle/node-oracledb/blob/main/examples/example.js
81+
[9]: https://node-oracledb.readthedocs.io/en/latest/
82+
[10]: https://node-oracledb.readthedocs.io/en/latest/release_notes.html
83+
[11]: https://github.com/oracle/node-oracledb/blob/main/test/README.md
84+
[12]: https://github.com/oracle/node-oracledb/blob/main/CONTRIBUTING.md
85+
[13]: https://github.com/oracle/node-oracledb/blob/main/SECURITY.md

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ security features are welcome on GitHub Issues.
2121

2222
Security updates will be released on a regular cadence. Many of our projects
2323
will typically release security fixes in conjunction with the
24-
[Oracle Critical Patch Update][3] program. Additional
24+
Oracle Critical Patch Update program. Additional
2525
information, including past advisories, is available on our [security alerts][4]
2626
page.
2727

0 commit comments

Comments
 (0)