Skip to content

Commit

Permalink
Fix links in README (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 authored Sep 8, 2024
1 parent 6b4280e commit a1fe6df
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ This package exports following codecs and streams:

Version 0.8.3 also introduced the virtual codec `ZstdFrameCompressor` which stores the decompressed content size in the frame header. Currently, `ZstdFrameCompressor` is an alternate constructor for `ZstdCompressor`, but that is an implementation detail which should not be relied upon.

See docstrings and [TranscodingStreams.jl](https://github.com/bicycle1885/TranscodingStreams.jl) for details.

[travisci-img]: https://travis-ci.org/bicycle1885/CodecZstd.jl.svg?branch=master
[travisci-url]: https://travis-ci.org/bicycle1885/CodecZstd.jl
[appveyor-img]: https://ci.appveyor.com/api/projects/status/u58v32yenqf19x2a?svg=true
[appveyor-url]: https://ci.appveyor.com/project/bicycle1885/codeczstd-jl
[codecov-img]: http://codecov.io/github/bicycle1885/CodecZstd.jl/coverage.svg?branch=master
[codecov-url]: http://codecov.io/github/bicycle1885/CodecZstd.jl?branch=master
See docstrings and [TranscodingStreams.jl](https://github.com/JuliaIO/TranscodingStreams.jl) for details.

[codecov-img]: http://codecov.io/github/JuliaIO/CodecZstd.jl/coverage.svg?branch=master
[codecov-url]: http://codecov.io/github/JuliaIO/CodecZstd.jl?branch=master

0 comments on commit a1fe6df

Please sign in to comment.