Skip to content

Commit d57f05c

Browse files
DOC: Fix 404 (#10029)
1 parent 03c1014 commit d57f05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/internals/chunked-arrays.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Alternative chunked array types
1313
Xarray can wrap chunked dask arrays (see :ref:`dask`), but can also wrap any other chunked array type that exposes the correct interface.
1414
This allows us to support using other frameworks for distributed and out-of-core processing, with user code still written as xarray commands.
1515
In particular xarray also supports wrapping :py:class:`cubed.Array` objects
16-
(see `Cubed's documentation <https://tom-e-white.com/cubed/>`_ and the `cubed-xarray package <https://github.com/xarray-contrib/cubed-xarray>`_).
16+
(see `Cubed's documentation <https://cubed-dev.github.io/cubed/>`_ and the `cubed-xarray package <https://github.com/xarray-contrib/cubed-xarray>`_).
1717

1818
The basic idea is that by wrapping an array that has an explicit notion of ``.chunks``, xarray can expose control over
1919
the choice of chunking scheme to users via methods like :py:meth:`DataArray.chunk` whilst the wrapped array actually

0 commit comments

Comments
 (0)