Skip to content

Commit b1b47e1

Browse files
authored
Fix URL to renamed file in Blosc repo (#1028)
1 parent b9b9bf9 commit b1b47e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec/v2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ through the primary compression library to obtain a new sequence of bytes
206206
comprising the compressed chunk data. No header is added to the compressed
207207
bytes or any other modification made. The internal structure of the compressed
208208
bytes will depend on which primary compressor was used. For example, the `Blosc
209-
compressor <https://github.com/Blosc/c-blosc/blob/master/README_HEADER.rst>`_
209+
compressor <https://github.com/Blosc/c-blosc/blob/master/README_CHUNK_FORMAT.rst>`_
210210
produces a sequence of bytes that begins with a 16-byte header followed by
211211
compressed data.
212212

0 commit comments

Comments
 (0)