From 4fb10ec6ba758f28ddef749ea7bac6fbb5963f9b Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Mon, 12 Feb 2024 15:19:34 +0100 Subject: [PATCH] Update core.py (#628) --- stac_fastapi/types/stac_fastapi/types/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stac_fastapi/types/stac_fastapi/types/core.py b/stac_fastapi/types/stac_fastapi/types/core.py index 5798de968..dd13e2c62 100644 --- a/stac_fastapi/types/stac_fastapi/types/core.py +++ b/stac_fastapi/types/stac_fastapi/types/core.py @@ -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"), }, {