Skip to content

Commit 44751d7

Browse files
committed
Update doc links
1 parent 44c31af commit 44751d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/aqmulti.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Oracle Advanced Queuing (AQ) example passing multiple messages.
2323
*
2424
* Before running this, a queue allowing RAW payloads must be
25-
* created, see https://oracle.github.io/node-oracledb/doc/api.html#aqexample
25+
* created, see https://oracle.github.io/node-oracledb/doc/api.html#aqrawexample
2626
*
2727
* This example requires node-oracledb 4 or later.
2828
*

examples/aqoptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Oracle Advanced Queuing (AQ) example setting options and message attributes.
2323
*
2424
* Before running this, a queue allowing RAW payloads must be
25-
* created, see https://oracle.github.io/node-oracledb/doc/api.html#aqexample
25+
* created, see https://oracle.github.io/node-oracledb/doc/api.html#aqrawexample
2626
*
2727
* This example requires node-oracledb 4 or later.
2828
*

examples/aqraw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Basic Oracle Advanced Queuing (AQ) example passing text messages.
2323
*
2424
* Before running this, a queue allowing RAW payloads must be
25-
* created, see https://oracle.github.io/node-oracledb/doc/api.html#aqexample
25+
* created, see https://oracle.github.io/node-oracledb/doc/api.html#aqrawexample
2626
*
2727
* This example requires node-oracledb 4 or later.
2828
*

0 commit comments

Comments
 (0)