From 8961131497ddb2655a0a749c2bd38b589d5c526f Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 18 Sep 2021 11:02:39 +0200 Subject: [fix] fix the about section of some engines --- searx/engines/photon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/engines/photon.py') diff --git a/searx/engines/photon.py b/searx/engines/photon.py index 8c11c8ffb..f85dcad86 100644 --- a/searx/engines/photon.py +++ b/searx/engines/photon.py @@ -9,9 +9,9 @@ from searx.utils import searx_useragent # about about = { - "website": 'https://photon.komoot.de', + "website": 'https://photon.komoot.io', "wikidata_id": None, - "official_api_documentation": 'https://photon.komoot.de/', + "official_api_documentation": 'https://photon.komoot.io/', "use_official_api": True, "require_api_key": False, "results": 'JSON', -- cgit v1.2.3