fix(replaceGoogleSearch): correct GitHub casing (#2471)
This commit is contained in:
parent
84e477f678
commit
5fc6ba86d1
|
@ -15,7 +15,7 @@ const DefaultEngines = {
|
||||||
DuckDuckGo: "https://duckduckgo.com/",
|
DuckDuckGo: "https://duckduckgo.com/",
|
||||||
Bing: "https://www.bing.com/search?q=",
|
Bing: "https://www.bing.com/search?q=",
|
||||||
Yahoo: "https://search.yahoo.com/search?p=",
|
Yahoo: "https://search.yahoo.com/search?p=",
|
||||||
Github: "https://github.com/search?q=",
|
GitHub: "https://github.com/search?q=",
|
||||||
Kagi: "https://kagi.com/search?q=",
|
Kagi: "https://kagi.com/search?q=",
|
||||||
Yandex: "https://yandex.com/search/?text=",
|
Yandex: "https://yandex.com/search/?text=",
|
||||||
AOL: "https://search.aol.com/aol/search?q=",
|
AOL: "https://search.aol.com/aol/search?q=",
|
||||||
|
|
Loading…
Reference in a new issue