summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--surf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/surf.c b/surf.c
index 7064aaa..65bdbb3 100644
--- a/surf.c
+++ b/surf.c
@@ -577,7 +577,7 @@ loaduri(Client *c, const Arg *a)
free(path);
} else if (strchr(uri, ' ') || !strchr(uri, '.')) {
escaped = g_uri_escape_string(uri, NULL, TRUE);
- url = g_strdup_printf("https://startpage.com/do/search?query=%s", escaped);
+ url = g_strdup_printf("https://ecosia.org/search?q=%s", escaped);
g_free(escaped);
} else {
url = g_strdup_printf("https://%s", uri);