Skip to content

Commit 5522c8a

Browse files
Fix broken link in intro.md
1 parent a664935 commit 5522c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Two other sets of endpoints can be enabled using environment variable:
2929

3030
Before being able to create Map Tiles, the user needs to register a `Search Query` within the PgSTAC database (in the `searches` table). By default, `TiTiler.PgSTAC` has a `/searches/register (POST)` endpoint which will:
3131

32-
- validate the search query (based on the STAC API specification [`item-search`]((https://github.com/radiantearth/stac-api-spec/tree/master/item-search)))
32+
- validate the search query (based on the STAC API specification [`item-search`](https://github.com/radiantearth/stac-api-spec/tree/master/item-search))
3333

3434
- send the search query to the postgres database using the [`search_query`](https://github.com/stac-utils/pgstac/blob/76512ab50e1373e3f77c65843cf328cbe6dd0dec/sql/004_search.sql#L1000) PgSTAC function
3535

0 commit comments

Comments
 (0)