diff --git a/docs/cli.rst b/docs/cli.rst index 8ec3f9e..03689c1 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -1989,7 +1989,7 @@ Since `SpatiaLite `__ is com SpatiaLite helpers ================== -`SpatiaLite `_ adds geographic capability to SQLite (similar to how PostGIS builds on PostgreSQL). The `SpatiaLite cookbook `_ is a good resource for learning what's possible with it. +`SpatiaLite `_ adds geographic capability to SQLite (similar to how PostGIS builds on PostgreSQL). The `SpatiaLite cookbook `__ is a good resource for learning what's possible with it. You can convert an existing table to a geographic table by adding a geometry column, use the ``sqlite-utils add-geometry-column`` command:: @@ -2019,4 +2019,4 @@ Once you have a geometry column, you can speed up bounding box queries by adding $ sqlite-utils create-spatial-index spatial.db locations geometry -See the `SpatiaLite Cookbook `_ for examples of how to use a spatial index. +See this `SpatiaLite Cookbook recipe `__ for examples of how to use a spatial index.