README: update the doc URLs

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-03-25 22:52:11 -04:00
parent 95fc9b62ed
commit 16d1376be9
Signed by: vbatts
GPG Key ID: E30EFAA812C6E5ED
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ Pristinely disassembling a tar archive, and stashing needed raw bytes and offset
Code API for libraries provided by `tar-split`:
* https://godoc.org/github.com/vbatts/tar-split/tar/asm
* https://godoc.org/github.com/vbatts/tar-split/tar/storage
* https://godoc.org/github.com/vbatts/tar-split/archive/tar
* [github.com/vbatts/tar-split/tar/asm](https://pkg.go.dev/github.com/vbatts/tar-split/tar/asm)
* [github.com/vbatts/tar-split/tar/storage](https://pkg.go.dev/github.com/vbatts/tar-split/tar/storage)
* [github.com/vbatts/tar-split/archive/tar](https://pkg.go.dev/github.com/vbatts/tar-split/archive/tar)
## Install