Skip to content

Commit 34c2736

Browse files
authored
fix link (#82)
1 parent 8c617e3 commit 34c2736

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlite-cloud/platform/extensions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ SQLite Cloud comes with the following pre-installed SQLite extensions. These ext
1414
- **[Math](https://www.sqlite.org/lang_mathfunc.html)**: Mathematical functions.
1515
- **[RTree](https://www.sqlite.org/rtree.html)**: R-Tree index for storing and querying spatial data.
1616
- **[Geopoly](https://www.sqlite.org/geopoly.html)**: Functions for working with geospatial data.
17-
- **[sqlite-vec](/docs/vector-search)**: Vector storage extension for similarity search.
17+
- **[sqlite-vec](/docs/vector)**: Vector storage extension for similarity search.
1818

1919
In the future, we plan to allow users to install their own extensions. If you have a specific extension you would like to use, please let us know by [adding to this issue](https://github.com/sqlitecloud/docs/issues/34).

0 commit comments

Comments
 (0)