We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mw
1 parent 08d48ba commit 5ef1d91Copy full SHA for 5ef1d91
search/ns-cli.conf
@@ -53,7 +53,7 @@ $allowed = '';
53
# Dictionaries, thesauruses
54
oed => {URL => 'http://dictionary.oed.com/cgi/findword?query_type=word&find=find&queryword=%%QUERY%%',
55
DESC => 'Look up word in online Oxford English Dictionary'},
56
- mw => {URL => 'http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=%%QUERY%%',
+ mw => {URL => 'http://www.merriam-webster.com/dictionary/%%QUERY%%',
57
DESC => 'Look up word in Merriam-Webster Collegiate Dictionary'},
58
thesaurus => {URL => 'http://thesaurus.reference.com/browse/%%QUERY%%',
59
DESC => "Look up word in Roget's New Thesaurus"},
0 commit comments