commit e70bc1202d6a6e6b2734de8bedce92da3ea4a4da
parent f00bf5ee7f18efacb05cd0e44cc3d7bb5d31d078
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sat, 6 Jul 2024 16:53:12 +0200
fix: use correct search URL
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/config.php b/config/config.php
@@ -173,8 +173,8 @@ $searches = array(
),
"w3schools" => array(
"name" => "W3schools (via Mojeek)", /* This is a workaround */
- "website" => "https://www.mojeek.com/search/?q=site:www.w3schools.com",
- "query" => "https://www.mojeek.com/search/?q=site:www.w3schools.com+%s",
+ "website" => "https://www.mojeek.com/search?q=site:www.w3schools.com",
+ "query" => "https://www.mojeek.com/search?q=site:www.w3schools.com+%s",
"bangs" => array("w3schools", "w3school", "www", "w3", "webdev")
),
/* Code Repositories */