Skip to content

Commit

Permalink
fix link to blosc docs (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell authored Aug 8, 2023
1 parent b4917c0 commit 14d148a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ raw, before compression.
Compression is done via [Blosc][].
Supported codecs are **lz4** and **zstd**, which can be used by using the **ZarrBlosc1Lz4ByteShuffle** and
**ZarrBlosc1ZstdByteShuffle** devices, respectively.
For a comparison of these codecs, please refer to the [Blosc docs][Blosc].
For a comparison of these codecs, please refer to the [Blosc docs][].

[zarr]: https://zarr.readthedocs.io/en/stable/spec/v2.html

[Blosc]: https://github.com/Blosc/c-blosc

[Blosc docs]: https://www.blosc.org/

0 comments on commit 14d148a

Please sign in to comment.