From b2454c37942d484957bcf7e3de61132e4208a48e Mon Sep 17 00:00:00 2001 From: Nathan Zimmerberg <39104088+nhz2@users.noreply.github.com> Date: Sun, 8 Sep 2024 12:18:02 -0400 Subject: [PATCH] Fix links in README --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 598afbb..01111bd 100644 --- a/README.md +++ b/README.md @@ -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