Skip to content

Commit e678040

Browse files
authored
Remove duplicate link to 'custom VFSes' in README (#279)
1 parent f1cc125 commit e678040

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ db.QueryRow(`SELECT sqlite_version()`).Scan(&version)
4747
- [nested transactions](https://sqlite.org/lang_savepoint.html)
4848
- [custom functions](https://sqlite.org/c3ref/create_function.html)
4949
- [virtual tables](https://sqlite.org/vtab.html)
50-
- [custom VFSes](https://sqlite.org/vfs.html)
50+
- [custom VFSes](vfs/README.md#custom-vfses)
5151
- [online backup](https://sqlite.org/backup.html)
5252
- [JSON support](https://sqlite.org/json1.html)
5353
- [math functions](https://sqlite.org/lang_mathfunc.html)
@@ -57,7 +57,6 @@ db.QueryRow(`SELECT sqlite_version()`).Scan(&version)
5757
- [statistics functions](https://pkg.go.dev/github.com/ncruces/go-sqlite3/ext/stats)
5858
- [encryption at rest](vfs/adiantum/README.md)
5959
- [many extensions](ext/README.md)
60-
- [custom VFSes](vfs/README.md#custom-vfses)
6160
- [and more…](embed/README.md)
6261

6362
### Caveats

0 commit comments

Comments
 (0)