From cd712a6b38ffab58b709f73d7b4b2930a997db81 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Thu, 19 Jan 2023 15:15:37 +0100 Subject: [PATCH] Update InMemoryLookupKB link --- website/docs/usage/v3-5.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/usage/v3-5.mdx b/website/docs/usage/v3-5.mdx index 44fe63b70..ac61338e3 100644 --- a/website/docs/usage/v3-5.mdx +++ b/website/docs/usage/v3-5.mdx @@ -101,7 +101,7 @@ pattern = [{"TEXT": {"REGEX": {"NOT_IN": ["^awe(some)?$", "^wonder(ful)?"]}}}] ### Entity linking generalization {id="el"} The knowledge base used for entity linking is now easier to customize and has a -new default implementation [`InMemoryLookupKB`](/api/kb_in_memory). +new default implementation [`InMemoryLookupKB`](/api/inmemorylookupkb). ### Additional features and improvements {id="additional-features-and-improvements"}