Skip to content

Commit c425967

Browse files
committed
Update GitHub links from xray-pydata to xray
1 parent 8f667be commit c425967

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
@@ -1,13 +1,13 @@
11
# xray: extended arrays for working with scientific datasets in Python
22

3-
[![travis-ci build status](https://travis-ci.org/xray-pydata/xray.png)][travis]
3+
[![travis-ci build status](https://travis-ci.org/xray/xray.png)][travis]
44

55
**xray** is a Python package for working with aligned sets of homogeneous,
66
n-dimensional arrays. It implements flexible array operations and dataset
77
manipulation for in-memory datasets within the [Common Data Model][cdm] widely
88
used for self-describing scientific data (e.g., the NetCDF file format).
99

10-
[travis]: https://travis-ci.org/xray-pydata/xray
10+
[travis]: https://travis-ci.org/xray/xray
1111
[cdm]: http://www.unidata.ucar.edu/software/thredds/current/netcdf-java/CDM/
1212

1313
## Why xray?

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ a numpy ``ndarray`` or a pandas ``DataFrame`` or ``Series``, providing
4343
compatibility with the full `PyData ecosystem <http://pydata.org/>`__.
4444

4545
For a longer introduction to **xray** and its design goals, see
46-
`the project's GitHub page <http://github.com/xray-pydata/xray>`__. The GitHub
46+
`the project's GitHub page <http://github.com/xray/xray>`__. The GitHub
4747
page is where to go to look at the code, report a bug or make your own
4848
contribution. You can also get in touch via `Twitter
4949
<http://twitter.com/shoyer>`__.
@@ -55,7 +55,7 @@ contribution. You can also get in touch via `Twitter
5555
API, it is likely that the API will change in future versions as xray
5656
matures. Some changes are already anticipated, as called out in the
5757
`Tutorial <tutorial>`_ and the project `README
58-
<http://github.com/xray-pydata/xray>`__.
58+
<http://github.com/xray/xray>`__.
5959
6060
Contents
6161
--------

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
LICENSE = 'Apache'
2121
AUTHOR = 'Stephan Hoyer, Alex Kleeman, Eugene Brevdo'
2222
AUTHOR_EMAIL = '[email protected]'
23-
URL = 'https://github.com/xray-pydata/xray'
23+
URL = 'https://github.com/xray/xray'
2424
CLASSIFIERS = [
2525
'Development Status :: 3 - Alpha',
2626
'License :: OSI Approved :: Apache Software License',
@@ -74,7 +74,7 @@
7474
compatibility with the full `PyData ecosystem <http://pydata.org/>`__.
7575
7676
For more about **xray**, see the project's `GitHub page
77-
<https://github.com/xray-pydata/xray>`__ and `documentation
77+
<https://github.com/xray/xray>`__ and `documentation
7878
<http://xray.readthedocs.org>`__
7979
"""
8080

0 commit comments

Comments
 (0)