diff options
Diffstat (limited to 'services.json')
| -rw-r--r-- | services.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services.json b/services.json index 8ee082c..55abae0 100644 --- a/services.json +++ b/services.json @@ -114,7 +114,7 @@ }, { "type": "whoogle", - "test_url": "/search?q=github", + "test_url": "/search?q=<%=query%>", "fallback": "https://search.garudalinux.org", "instances": [ "https://search.albony.xyz", @@ -131,7 +131,7 @@ }, { "type": "searx", - "test_url": "/search?q=github", + "test_url": "/search?q=<%=query%>", "fallback": "https://searx.be", "instances": [ "https://anon.sx", |
