Skip to content

Commit

Permalink
Update core.py (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr authored Feb 12, 2024
1 parent 3b5b093 commit 4fb10ec
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 @@ -289,7 +289,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 4fb10ec

Please sign in to comment.