summaryrefslogtreecommitdiff
path: root/searx/engines/photon.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-09-18 11:02:39 +0200
committerAlexandre Flament <alex@al-f.net>2021-09-24 20:20:30 +0200
commit8961131497ddb2655a0a749c2bd38b589d5c526f (patch)
treed990b0b9a07f297d872e37b81cb964e270ec8885 /searx/engines/photon.py
parent636215b1f210a2d490a3d9eecdd1623d7225f3ba (diff)
downloadsearxng-8961131497ddb2655a0a749c2bd38b589d5c526f.tar.gz
searxng-8961131497ddb2655a0a749c2bd38b589d5c526f.zip
[fix] fix the about section of some engines
Diffstat (limited to 'searx/engines/photon.py')
-rw-r--r--searx/engines/photon.py4
1 files changed, 2 insertions, 2 deletions
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',