From 89379a7fa45f94bce4945284a7781eaaa7bc06ff Mon Sep 17 00:00:00 2001 From: mak <9056896+maknotavailable@users.noreply.github.com> Date: Wed, 29 May 2019 09:51:55 +0100 Subject: [PATCH] Corrected example model URL in requirements.txt (#3786) The URL used to show how to add a model to the requirements.txt had the old release path (excl. explosion). --- website/docs/usage/models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/usage/models.md b/website/docs/usage/models.md index 1dde6f94b..5df4ab458 100644 --- a/website/docs/usage/models.md +++ b/website/docs/usage/models.md @@ -326,7 +326,7 @@ URLs. ```text ### requirements.txt spacy>=2.0.0,<3.0.0 -https://github.com/spacy-models/releases/download/en_core_web_sm-2.0.0/en_core_web_sm-2.0.0.tar.gz#egg=en_core_web_sm +https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.1.0/en_core_web_sm-2.1.0.tar.gz#egg=en_core_web_sm ``` Specifying `#egg=` with the package name tells pip which package to expect from