Skip to content

Commit 950b0da

Browse files
authored
Merge pull request #95 from jakirkham/fix_old_origin_urls
Fix old origin URLs
2 parents d23853b + c94fef0 commit 950b0da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __getattr__(cls, name):
6060

6161
numpydoc_show_class_members = False
6262
numpydoc_class_members_toctree = False
63-
issues_github_path = 'alimanfoo/numcodecs'
63+
issues_github_path = 'zarr-developers/numcodecs'
6464

6565
# Add any paths that contain templates here, relative to this directory.
6666
templates_path = ['_templates']

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ architecture::
4040

4141
To work with Numcodecs source code in development, install from GitHub::
4242

43-
$ git clone --recursive https://github.com/alimanfoo/numcodecs.git
43+
$ git clone --recursive https://github.com/zarr-developers/numcodecs.git
4444
$ cd numcodecs
4545
$ python setup.py install
4646

0 commit comments

Comments
 (0)