From 7bdf6056cc453143b8a41e19d62f501bcf61bb19 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Tue, 6 Nov 2018 11:43:01 -0500 Subject: [PATCH 1/2] Fix GitHub issue links [ci skip] --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ac06c9a5..2065049a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ def __getattr__(cls, name): numpydoc_show_class_members = False numpydoc_class_members_toctree = False -issues_github_path = 'alimanfoo/numcodecs' +issues_github_path = 'zarr-developers/numcodecs' # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] From c94fef06fba213cb862483c38c786a8937431fde Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Tue, 6 Nov 2018 11:43:20 -0500 Subject: [PATCH 2/2] Fix instructions for getting source [ci skip] --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 1abda830..fc5a821a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -40,7 +40,7 @@ architecture:: To work with Numcodecs source code in development, install from GitHub:: - $ git clone --recursive https://github.com/alimanfoo/numcodecs.git + $ git clone --recursive https://github.com/zarr-developers/numcodecs.git $ cd numcodecs $ python setup.py install