fix(replaceGoogleSearch): correct GitHub casing (#2471)
This commit is contained in:
parent
84e477f678
commit
5fc6ba86d1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ const DefaultEngines = {
|
|||
DuckDuckGo: "https://duckduckgo.com/",
|
||||
Bing: "https://www.bing.com/search?q=",
|
||||
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=",
|
||||
Yandex: "https://yandex.com/search/?text=",
|
||||
AOL: "https://search.aol.com/aol/search?q=",
|
||||
|
|
Loading…
Reference in a new issue