Skip to content

Commit

Permalink
Merge branch 'main' into collection_update_endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysrevans3 authored Mar 14, 2024
2 parents 168efb1 + 4fb10ec commit 37763b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_fastapi/types/stac_fastapi/types/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def _landing_page(
{
"rel": Relations.conformance.value,
"type": MimeTypes.json,
"title": "STAC/WFS3 conformance classes implemented by this server",
"title": "STAC/OGC conformance classes implemented by this server",
"href": urljoin(base_url, "conformance"),
},
{
Expand Down

0 comments on commit 37763b7

Please sign in to comment.