Skip to content

Commit

Permalink
Fix README links
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 authored Aug 14, 2024
1 parent cea4adc commit 586d6eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# InputBuffers

[![CI](https://github.com/nhz2/InputBuffers.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/nhz2/InputBuffers.jl/actions/workflows/CI.yml)
[![codecov](https://codecov.io/gh/nhz2/InputBuffers.jl/graph/badge.svg?token=60AX7T7NTB)](https://codecov.io/gh/nhz2/InputBuffers.jl)
[![CI](https://github.com/JuliaIO/InputBuffers.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaIO/InputBuffers.jl/actions/workflows/CI.yml)
[![codecov](https://codecov.io/gh/JuliaIO/InputBuffers.jl/graph/badge.svg?token=60AX7T7NTB)](https://codecov.io/gh/JuliaIO/InputBuffers.jl)
[![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)

A Julia package to wrap an `AbstractVector{UInt8}` in a readable seekable `IO` type.
Expand Down

0 comments on commit 586d6eb

Please sign in to comment.