From 73e5650be5b8055d225b846aa968864569cc9f62 Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Wed, 18 Nov 2015 18:09:46 +0100 Subject: [PATCH] change index server --- spacy/en/download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/en/download.py b/spacy/en/download.py index 5a69d0f39..26d2b44be 100644 --- a/spacy/en/download.py +++ b/spacy/en/download.py @@ -32,7 +32,7 @@ def main(data_size='all', force=False): command = sputnik.make_command( data_path=os.path.abspath(os.path.join(path, '..', 'data')), - repository_url='http://sputnik-production.elasticbeanstalk.com') + repository_url='https://index.spacy.io') if force: command.purge()