From 73339ca2d813cc8933acdc391f1cca3c92a23613 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Tue, 7 May 2024 12:23:10 +0100 Subject: [PATCH] Fix markdown link --- about/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about/index.md b/about/index.md index a304c5e6..855ecd60 100644 --- a/about/index.md +++ b/about/index.md @@ -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").