Skip to content

Commit 48122b6

Browse files
committed
Fixup URLs
1 parent 831400e commit 48122b6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Documentation](http://readthedocs.org/projects/xtensor-python/badge/?version=latest)](https://xtensor-python.readthedocs.io/en/latest/?badge=latest)
66
[![Join the Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/QuantStack/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
77

8-
Python bindings for the [xtensor](https://github.com/QuantStack/xtensor) C++ multi-dimensional array library.
8+
Python bindings for the [xtensor](https://github.com/xtensor-stack/xtensor) C++ multi-dimensional array library.
99

1010
- `xtensor` is a C++ library for multi-dimensional arrays enabling numpy-style broadcasting and lazy computing.
1111
- `xtensor-python` enables inplace use of numpy arrays in C++ with all the benefits from `xtensor`
@@ -145,7 +145,7 @@ This will pull the dependencies to xtensor-python, that is `pybind11` and `xtens
145145

146146
## Project cookiecutter
147147

148-
A template for a project making use of `xtensor-python` is available in the form of a cookiecutter [here](https://github.com/QuantStack/xtensor-python-cookiecutter).
148+
A template for a project making use of `xtensor-python` is available in the form of a cookiecutter [here](https://github.com/xtensor-stack/xtensor-python-cookiecutter).
149149

150150
This project is meant to help library authors get started with the xtensor python bindings.
151151

docs/source/cookiecutter.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ After installing cookiecutter, use the `xtensor-python-cookiecutter`_:
3232

3333
.. code::
3434
35-
cookiecutter https://github.com/QuantStack/xtensor-python-cookiecutter.git
35+
cookiecutter https://github.com/xtensor-stack/xtensor-python-cookiecutter.git
3636
3737
As xtensor-python-cookiecutter runs, you will be asked for basic information about
3838
your custom extension project. You will be prompted for the following
@@ -50,6 +50,6 @@ This will produce a directory containing all the required content for a minimal
5050
project making use of xtensor with all the required boilerplate for package management,
5151
together with a few basic examples.
5252

53-
.. _xtensor-python-cookiecutter: https://github.com/QuantStack/xtensor-python-cookiecutter
53+
.. _xtensor-python-cookiecutter: https://github.com/xtensor-stack/xtensor-python-cookiecutter
5454

5555
.. _cookiecutter: https://github.com/audreyr/cookiecutter

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ This software is licensed under the BSD-3-Clause license. See the LICENSE file f
8080
.. _NumPy: http://www.numpy.org
8181
.. _`Buffer Protocol`: https://docs.python.org/3/c-api/buffer.html
8282
.. _`numpy to xtensor cheat sheet`: http://xtensor.readthedocs.io/en/latest/numpy.html
83-
.. _xtensor: https://github.com/QuantStack/xtensor
83+
.. _xtensor: https://github.com/xtensor-stack/xtensor
8484
.. _pybind11: https://github.com/pybind/pybind11
85-
.. _xtensor-python-cookiecutter: https://github.com/QuantStack/xtensor-python-cookiecutter
85+
.. _xtensor-python-cookiecutter: https://github.com/xtensor-stack/xtensor-python-cookiecutter

0 commit comments

Comments
 (0)