summaryrefslogtreecommitdiff
path: root/searx/engines/photon.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-09-25 11:29:25 +0200
committerGitHub <noreply@github.com>2021-09-25 11:29:25 +0200
commitb046322c7b9467a7de6e9e289e1c5b0c0baaf4a6 (patch)
tree13174681c3d10bcc86faa417c9fb639e0a98692e /searx/engines/photon.py
parent0c3314b33872d68d97d8aede8786a7f56f9831d8 (diff)
parent39876d9f144700b223819a0f50101625a1b85e3c (diff)
Merge pull request #333 from dalf/enh-engine-descriptions
RFC: /preferences: display engine descriptions
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',