Skip to content

Commit

Permalink
Merge pull request #238 from dstansby/patch-1
Browse files Browse the repository at this point in the history
Fix links in index.md
  • Loading branch information
will-moore authored May 7, 2024
2 parents 662d8e4 + 73339ca commit 39605ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ parallelization.

As a result, a number of formats have been developed more recently which provide
the basic data structure of an HDF5 file, but do so in a more cloud-friendly way.
In the [PyData](https://pydata.org/) community, the Zarr [[zarr]] format was developed
In the [PyData](https://pydata.org/) community, the [Zarr](https://zarr.dev/) format was developed
for easily storing collections of [NumPy](https://numpy.org/) arrays. In the
[ImageJ](https://imagej.net/) community, N5 [[n5]] was developed to work around
[ImageJ](https://imagej.net/) community, [N5](https://github.com/saalfeldlab/n5) was developed to work around
the limitations of HDF5 ("N5" was originally short for "Not-HDF5").
Both of these formats permit storing individual chunks of data either locally in
separate files or in cloud-based object stores as separate keys.
Expand Down

0 comments on commit 39605ee

Please sign in to comment.