Commit e8daf815 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Fix yahoo search URL in web-search plugin

parent c4588509
...@@ -8,7 +8,7 @@ function web_search() { ...@@ -8,7 +8,7 @@ function web_search() {
urls=( urls=(
google "https://www.google.com/search?q=" google "https://www.google.com/search?q="
bing "https://www.bing.com/search?q=" bing "https://www.bing.com/search?q="
yahoo "https://www.yahoo.com/search?q=" yahoo "https://search.yahoo.com/search?p="
duckduckgo "https://www.duckduckgo.com/?q=" duckduckgo "https://www.duckduckgo.com/?q="
yandex "http://yandex.ru/yandsearch?text=" yandex "http://yandex.ru/yandsearch?text="
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment