Skip to content

Commit

Permalink
Fix link to jhdf5 library website
Browse files Browse the repository at this point in the history
The old link went defunct long ago.

Closes #20.
  • Loading branch information
ctrueden committed Nov 5, 2024
1 parent f139312 commit 5ae1911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5ae1911

Please sign in to comment.