Skip to content

Commit 88481a3

Browse files
committed
sqlite: fix unordered reference
1 parent 540f7b3 commit 88481a3

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
@@ -1979,6 +1979,7 @@ dc.unsubscribe('sqlite.db.query', onQuery);
19791979
[TracingChannel Channels]: #tracingchannel-channels
19801980
[`'uncaughtException'`]: process.md#event-uncaughtexception
19811981
[`BoundedChannel`]: #class-boundedchannel
1982+
[`DatabaseSync`]: sqlite.md#class-databasesync
19821983
[`TracingChannel`]: #class-tracingchannel
19831984
[`asyncEnd` event]: #asyncendevent
19841985
[`asyncStart` event]: #asyncstartevent
@@ -1988,7 +1989,6 @@ dc.unsubscribe('sqlite.db.query', onQuery);
19881989
[`channel.subscribe(onMessage)`]: #channelsubscribeonmessage
19891990
[`channel.unsubscribe(onMessage)`]: #channelunsubscribeonmessage
19901991
[`channel.withStoreScope(data)`]: #channelwithstorescopedata
1991-
[`DatabaseSync`]: sqlite.md#class-databasesync
19921992
[`child_process.spawn()`]: child_process.md#child_processspawncommand-args-options
19931993
[`diagnostics_channel.channel(name)`]: #diagnostics_channelchannelname
19941994
[`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
@@ -1621,6 +1621,7 @@ callback function to indicate what type of operation is being authorized.
16211621
[Run-Time Limits]: https://www.sqlite.org/c3ref/limit.html
16221622
[SQL injection]: https://en.wikipedia.org/wiki/SQL_injection
16231623
[Type conversion between JavaScript and SQLite]: #type-conversion-between-javascript-and-sqlite
1624+
[`'sqlite.db.query'`]: diagnostics_channel.md#event-sqlitedbquery
16241625
[`ATTACH DATABASE`]: https://www.sqlite.org/lang_attach.html
16251626
[`PRAGMA foreign_keys`]: https://www.sqlite.org/pragma.html#pragma_foreign_keys
16261627
[`SQLITE_DBCONFIG_DEFENSIVE`]: https://www.sqlite.org/c3ref/c_dbconfig_defensive.html#sqlitedbconfigdefensive
@@ -1632,7 +1633,6 @@ callback function to indicate what type of operation is being authorized.
16321633
[`database.createTagStore()`]: #databasecreatetagstoremaxsize
16331634
[`database.serialize()`]: #databaseserializedbname
16341635
[`database.setAuthorizer()`]: #databasesetauthorizercallback
1635-
[`'sqlite.db.query'`]: diagnostics_channel.md#event-sqlitedbquery
16361636
[`diagnostics_channel`]: diagnostics_channel.md
16371637
[`sqlite3_backup_finish()`]: https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupfinish
16381638
[`sqlite3_backup_init()`]: https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupinit

0 commit comments

Comments
 (0)