From 16d1376be976958f4271a901d30a96223c88cd27 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Sat, 25 Mar 2023 22:52:11 -0400 Subject: [PATCH] README: update the doc URLs Signed-off-by: Vincent Batts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1603bac..95c3660 100644 --- a/README.md +++ b/README.md @@ -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