mirror of
https://github.com/vbatts/tar-split.git
synced 2024-11-15 12:58:38 +00:00
README: update the doc URLs
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
95fc9b62ed
commit
16d1376be9
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ Pristinely disassembling a tar archive, and stashing needed raw bytes and offset
|
||||||
|
|
||||||
Code API for libraries provided by `tar-split`:
|
Code API for libraries provided by `tar-split`:
|
||||||
|
|
||||||
* https://godoc.org/github.com/vbatts/tar-split/tar/asm
|
* [github.com/vbatts/tar-split/tar/asm](https://pkg.go.dev/github.com/vbatts/tar-split/tar/asm)
|
||||||
* https://godoc.org/github.com/vbatts/tar-split/tar/storage
|
* [github.com/vbatts/tar-split/tar/storage](https://pkg.go.dev/github.com/vbatts/tar-split/tar/storage)
|
||||||
* https://godoc.org/github.com/vbatts/tar-split/archive/tar
|
* [github.com/vbatts/tar-split/archive/tar](https://pkg.go.dev/github.com/vbatts/tar-split/archive/tar)
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue