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'] 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