Skip to content

Commit

Permalink
Fix markdown link
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored May 7, 2024
1 parent 2f0aa93 commit 73339ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ 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)[https://zarr.dev/] 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](https://github.com/saalfeldlab/n5) was developed to work around
the limitations of HDF5 ("N5" was originally short for "Not-HDF5").
Expand Down

0 comments on commit 73339ca

Please sign in to comment.