From 5ae1911a5536e4bb460b483308dc545c47675c49 Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Tue, 5 Nov 2024 14:11:41 -0600 Subject: [PATCH] Fix link to jhdf5 library website The old link went defunct long ago. Closes #20. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad9e705..b33a345 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This plugin is an HDF5 reader/writer plugin for ImageJ and Fiji. It is a continuation of the [original code by Olaf Ronneberger](https://lmb.informatik.uni-freiburg.de/resources/opensource/imagej_plugins/hdf5.html) and others. -HDF5 is a data format for storing extremely large and complex data collections. For more information see the [official website](https://www.hdfgroup.org/solutions/hdf5). The plugin uses the [jhdf5 library from ETH SIS](https://wiki-bsse.ethz.ch/display/JHDF5) for reading and writing HDF5 files. +HDF5 is a data format for storing extremely large and complex data collections. For more information see the [official website](https://www.hdfgroup.org/solutions/hdf5). The plugin uses the [jhdf5 library from ETH SIS](https://unlimited.ethz.ch/spaces/JHDF/pages/92865195/JHDF+HDF5+for+Java) for reading and writing HDF5 files. ## Features