From 7360d97d73250c8c51b9dcc08fee003aa850785b Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Mon, 20 May 2024 19:37:11 +0200 Subject: [PATCH] docs: link to the go docs Signed-off-by: Leonardo Di Donato --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fdd7e1..6f0fbaa 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ go get github.com/leodido/go-syslog/v4 ## Docs -[![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg?style=for-the-badge)](http://godoc.org/github.com/leodido/go-syslog) +[![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg?style=for-the-badge)](http://godoc.org/github.com/leodido/go-syslog/v4) The [docs](docs/) directory contains `.dot` files representing the finite-state machines (FSMs) implementing the syslog parsers and transports.