Skip to content

Commit

Permalink
dict: update oxford url
Browse files Browse the repository at this point in the history
  • Loading branch information
Oblomov committed Nov 11, 2013
1 parent 6355305 commit a3fa2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/rbot/plugins/dict.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def initialize
@dmurlrx = %r{http://(?:www|old\.)?demauroparavia\.it/(\d+)}
@dmwapurl = "http://wap.demauroparavia.it/index.php?lemma=%s"
@dmwaplemma = "http://wap.demauroparavia.it/lemma.php?ID=%s"
@oxurl = "http://www.askoxford.com/concise_oed/%s"
@oxurl = "http://www.oxforddictionaries.com/definition/english/%s"
@chambersurl = "http://www.chambersharrap.co.uk/chambers/features/chref/chref.py/main?query=%s&title=21st"
@littreurl = "http://francois.gannaz.free.fr/Littre/xmlittre.php?requete=%s"

Expand Down

0 comments on commit a3fa2b3

Please sign in to comment.