Skip to content

Commit 5831209

Browse files
committed
Fix AQ sample link
1 parent e4fb836 commit 5831209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12450,7 +12450,7 @@ const o = msg.payload;
1245012450
console.log(o);
1245112451
```
1245212452
12453-
See [`examples/aqobjects.js`][143] for a runnable example.
12453+
See [`examples/aqobject.js`][143] for a runnable example.
1245412454
1245512455
### <a name="aqoptions"></a> 26.3 Changing AQ options
1245612456
@@ -14069,7 +14069,7 @@ When upgrading from node-oracledb version 3.1 to version 4.0:
1406914069
[140]: https://github.com/oracle/node-oracledb/tree/master/examples/selectgeometry.js
1407014070
[141]: https://github.com/oracle/node-oracledb/tree/master/examples/plsqlrecord.js
1407114071
[142]: https://github.com/oracle/node-oracledb/tree/master/examples/aqraw.js
14072-
[143]: https://github.com/oracle/node-oracledb/tree/master/examples/aqobjects.js
14072+
[143]: https://github.com/oracle/node-oracledb/tree/master/examples/aqobject.js
1407314073
[144]: https://github.com/oracle/node-oracledb/tree/master/examples/aqoptions.js
1407414074
[145]: https://github.com/oracle/node-oracledb/tree/master/examples/aqmulti.js
1407514075
[146]: https://github.com/oracle/node-oracledb/tree/master/examples/selectvarray.js

0 commit comments

Comments
 (0)