From 5ef1d91465b1881e4289f711ab3fc8ba7c78e648 Mon Sep 17 00:00:00 2001 From: Yossef Mendelssohn Date: Fri, 18 Dec 2015 12:12:10 -0500 Subject: [PATCH] update `mw` search term definition They've changed the URL structure. Get with the times. --- search/ns-cli.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/ns-cli.conf b/search/ns-cli.conf index 943992a..ebe550e 100644 --- a/search/ns-cli.conf +++ b/search/ns-cli.conf @@ -53,7 +53,7 @@ $allowed = ''; # Dictionaries, thesauruses oed => {URL => 'http://dictionary.oed.com/cgi/findword?query_type=word&find=find&queryword=%%QUERY%%', DESC => 'Look up word in online Oxford English Dictionary'}, - mw => {URL => 'http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=%%QUERY%%', + mw => {URL => 'http://www.merriam-webster.com/dictionary/%%QUERY%%', DESC => 'Look up word in Merriam-Webster Collegiate Dictionary'}, thesaurus => {URL => 'http://thesaurus.reference.com/browse/%%QUERY%%', DESC => "Look up word in Roget's New Thesaurus"},