1
0
Fork 0

qutebrowser: Use ruby-api.org instead of ruby-doc.org

This commit is contained in:
Jeremy Kaplan 2020-02-13 12:17:56 -08:00
commit 48498dd85f

View file

@ -1261,7 +1261,7 @@ c.url.searchengines = {
"mdn": "https://developer.mozilla.org/search?q={}", "mdn": "https://developer.mozilla.org/search?q={}",
"py2": "https://docs.python.org/2/search.html?q={}", "py2": "https://docs.python.org/2/search.html?q={}",
"py3": "https://docs.python.org/3/search.html?q={}", "py3": "https://docs.python.org/3/search.html?q={}",
"rdoc": "https://ruby-doc.org/core-2.6.5/{}.html", "rdoc": "https://rubyapi.org/2.7/o/s?q={}",
"thesaurus": "https://www.thesaurus.com/browse/{}", "thesaurus": "https://www.thesaurus.com/browse/{}",
"ud": "https://www.urbandictionary.com/define.php?term={}", "ud": "https://www.urbandictionary.com/define.php?term={}",
} }