Skip to content

Commit

Permalink
replace szcompressor.org links
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Jul 23, 2024
1 parent f8466d9 commit 9944c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hdf5plugin/_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ class SZ(h5py.filters.FilterRefBase):
data=numpy.random.random(100),
compression=hdf5plugin.SZ(pointwise_relative=0.01))
For more details about the compressor, see `SZ compressor <https://szcompressor.org/>`_.
For more details about the compressor, see `SZ compressor <https://github.com/szcompressor/SZ>`_.
"""
filter_name = "sz"
filter_id = SZ_ID
Expand Down Expand Up @@ -649,7 +649,7 @@ class SZ3(h5py.filters.FilterRefBase):
data=numpy.random.random(100),
compression=hdf5plugin.SZ3(absolute=0.1))
For more details about the compressor, see `SZ3 compressor <https://szcompressor.org/>`_.
For more details about the compressor, see `SZ3 compressor <https://github.com/szcompressor/SZ3>`_.
.. warning::
Expand Down

0 comments on commit 9944c6a

Please sign in to comment.