From 6db40c8fa62df65a9715b0d7a249e04bc97ee4f1 Mon Sep 17 00:00:00 2001 From: Moos Date: Wed, 21 Oct 2020 19:40:14 -0700 Subject: [PATCH] Fix link to WordNet lexNames docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b83fff4..ee333e1 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ wordpos.lookupAdjective('awesome', console.log); ``` In this case only one lookup was found, but there could be several. -Version 1.1 adds the `lexName` parameter, which maps the lexFilenum to one of [45 lexicographer domains](https://wordnet.princeton.edu/wordnet/man/lexnames.5WN.html). +Version 1.1 adds the `lexName` parameter, which maps the lexFilenum to one of [45 lexicographer domains](https://wordnet.princeton.edu/documentation/lexnames5wn). #### seek(offset, pos, callback)