Skip to content

Commit abd0792

Browse files
committed
sqlite: fix unordered reference
1 parent 82c8b07 commit abd0792

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/api/diagnostics_channel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1981,6 +1981,7 @@ dc.unsubscribe('sqlite.db.query', onQuery);
19811981
[TracingChannel Channels]: #tracingchannel-channels
19821982
[`'uncaughtException'`]: process.md#event-uncaughtexception
19831983
[`BoundedChannel`]: #class-boundedchannel
1984+
[`DatabaseSync`]: sqlite.md#class-databasesync
19841985
[`TracingChannel`]: #class-tracingchannel
19851986
[`asyncEnd` event]: #asyncendevent
19861987
[`asyncStart` event]: #asyncstartevent
@@ -1990,7 +1991,6 @@ dc.unsubscribe('sqlite.db.query', onQuery);
19901991
[`channel.subscribe(onMessage)`]: #channelsubscribeonmessage
19911992
[`channel.unsubscribe(onMessage)`]: #channelunsubscribeonmessage
19921993
[`channel.withStoreScope(data)`]: #channelwithstorescopedata
1993-
[`DatabaseSync`]: sqlite.md#class-databasesync
19941994
[`child_process.spawn()`]: child_process.md#child_processspawncommand-args-options
19951995
[`diagnostics_channel.channel(name)`]: #diagnostics_channelchannelname
19961996
[`diagnostics_channel.subscribe(name, onMessage)`]: #diagnostics_channelsubscribename-onmessage

doc/api/sqlite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,6 +1625,7 @@ callback function to indicate what type of operation is being authorized.
16251625
[Run-Time Limits]: https://www.sqlite.org/c3ref/limit.html
16261626
[SQL injection]: https://en.wikipedia.org/wiki/SQL_injection
16271627
[Type conversion between JavaScript and SQLite]: #type-conversion-between-javascript-and-sqlite
1628+
[`'sqlite.db.query'`]: diagnostics_channel.md#event-sqlitedbquery
16281629
[`ATTACH DATABASE`]: https://www.sqlite.org/lang_attach.html
16291630
[`PRAGMA foreign_keys`]: https://www.sqlite.org/pragma.html#pragma_foreign_keys
16301631
[`SQLITE_DBCONFIG_DEFENSIVE`]: https://www.sqlite.org/c3ref/c_dbconfig_defensive.html#sqlitedbconfigdefensive
@@ -1636,7 +1637,6 @@ callback function to indicate what type of operation is being authorized.
16361637
[`database.createTagStore()`]: #databasecreatetagstoremaxsize
16371638
[`database.serialize()`]: #databaseserializedbname
16381639
[`database.setAuthorizer()`]: #databasesetauthorizercallback
1639-
[`'sqlite.db.query'`]: diagnostics_channel.md#event-sqlitedbquery
16401640
[`diagnostics_channel`]: diagnostics_channel.md
16411641
[`sqlite3_backup_finish()`]: https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupfinish
16421642
[`sqlite3_backup_init()`]: https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupinit

0 commit comments

Comments
 (0)