Skip to content

Commit e60a4e3

Browse files
authored
Updated libsql_extensions.md fix broken link (#1044)
Fixed broken link to `wal.h`
1 parent ae8a36a commit e60a4e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libsql-sqlite3/doc/libsql_extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Write-ahead log is a journaling mode which enables nice write concurrency charac
291291
### API
292292

293293
In order to register a new set of virtual WAL methods, these methods need to be implemented. This is the current API:
294-
https://github.com/libsql/libsql/blob/main/src/wal.h
294+
https://github.com/tursodatabase/libsql/blob/main/libsql-sqlite3/src/wal.h
295295

296296
### Registering WAL methods
297297

0 commit comments

Comments
 (0)