Skip to content

Commit c867b8a

Browse files
authored
stale links (#125)
1 parent b42c8c9 commit c867b8a

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ poly = np.array(
4545
ds_subset_poly = ds.xsg.subset_polygon(poly)
4646
```
4747

48-
For full usage, see the [example notebooks](./examples/)
48+
For full usage, see the [example notebooks](./docs/examples/)
4949

5050
## Development
5151

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ location you’d like to keep it. We are partial to creating a
108108

109109
.. code:: sh
110110
111-
git clone https://github.com/asascience-open/xarray-subset-grid.git
111+
git clone https://github.com/ioos/xarray-subset-grid.git
112112
113113
Pull Requests
114114
-------------

docs/installation.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Installation
44
============
55

66
This installation guide includes only the xarray-subset-grid installation instructions. Please
7-
refer to `xarray-subset-grid Contributor's Guide <https://uxarray.readthedocs.io/en/latest/contributing.html>`_
8-
for detailed information about how to contribute to the UXarray project.
7+
refer to the `xarray-subset-grid Contributor's Guide <contributing.html>`_
8+
for detailed information about how to contribute to this project.
99

1010
We recommend using the `conda <https://conda.io/docs/>`__ or
1111
`pixi <https://prefix.dev/>`__ package managers for your Python
1212
environments. Please take some time to go over the
13-
`README <https://github.com/asascience-open/xarray-subset-grid/blob/main/README.md>`__.
13+
`README <https://github.com/ioos/xarray-subset-grid/blob/main/README.md>`__.
1414

1515

1616
Conda
@@ -71,7 +71,7 @@ PyPI
7171
An alternative to Conda is using pip
7272
::
7373

74-
pip install xarray_subset_grid@git+https://github.com/asascience-open/xarray-subset-grid.git
74+
pip install xarray_subset_grid@git+https://github.com/ioos/xarray-subset-grid.git
7575
.. pip install xarray-subset-grid
7676

7777

@@ -84,7 +84,7 @@ If you are interested in installing xarray-subset-grid from source,
8484
you will first need to get the latest version of the code
8585
::
8686

87-
git clone https://github.com/asascience-open/xarray-subset-grid.git
87+
git clone https://github.com/ioos/xarray-subset-grid.git
8888
cd xarray-subset-grid
8989

9090
Run the following command from the root-directory

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sphinx
22
sphinx-autodoc-typehints
33
myst_nb
4-
xarray_subset_grid@git+https://github.com/asascience-open/xarray-subset-grid.git
4+
xarray_subset_grid@git+https://github.com/ioos/xarray-subset-grid.git
55
sphinxcontrib-bibtex
66
matplotlib
77
cf_xarray

0 commit comments

Comments
 (0)