From f13cd302b903ae84fc21d914bbeb631a21bb9521 Mon Sep 17 00:00:00 2001 From: unknown <356261005@qq.com> Date: Tue, 14 Jul 2026 02:03:50 +0800 Subject: [PATCH] docs: link generated API documentation --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e175537..64040d7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,10 @@ See the [examples](examples) folder for usage of each driver. ## Documentation -- [Reference](https://godoc.org/github.com/go-redsync/redsync) +- [Go package reference](https://pkg.go.dev/github.com/go-redsync/redsync/v4) +- [Sourcey API browser](https://redsync-sourcey-docs.readthedocs.io/en/latest/) + provides package and symbol navigation generated from a pinned Redsync + source commit, with links back to the corresponding source lines. ## Usage