From abe6162e7b634c8ef33e5d54bc8a832ced9391ea Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Tue, 24 Nov 2015 20:01:43 +0100 Subject: [PATCH] avoid redirect --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0721524a3..998776eda 100644 --- a/setup.py +++ b/setup.py @@ -144,7 +144,7 @@ def cython_setup(mod_names, language, includes): author='Matthew Honnibal', author_email='honnibal@gmail.com', version=VERSION, - url="http://honnibal.github.io/spaCy/", + url="http://spacy.io", package_data=PACKAGE_DATA, ext_modules=exts, cmdclass={'build_ext': build_ext_cython_subclass},