From e71bac060208591f57f9c518d756952def342dd4 Mon Sep 17 00:00:00 2001 From: Florian Lehner Date: Sat, 20 Jul 2024 09:01:15 +0200 Subject: [PATCH] README: fix tags Signed-off-by: Florian Lehner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83a944f..6246ad5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -go-nflog [![PkgGoDev](https://pkg.go.dev/badge/github.com/florianl/go-nflog)](https://pkg.go.dev/github.com/florianl/go-nflog) [![Go Report Card](https://goreportcard.com/badge/github.com/florianl/go-nflog)](https://goreportcard.com/report/github.com/florianl/go-nflog) [![Go](https://github.com/florianl/go-nflog/actions/workflows/go.yml/badge.svg)](https://github.com/florianl/go-nflog/actions/workflows/go.yml) +go-nflog [![PkgGoDev](https://pkg.go.dev/badge/github.com/florianl/go-nflog/v2)](https://pkg.go.dev/github.com/florianl/go-nflog/v2) [![Go Report Card](https://goreportcard.com/badge/github.com/florianl/go-nflog/v2)](https://goreportcard.com/report/github.com/florianl/go-nflog/v2) [![Go](https://github.com/florianl/go-nflog/actions/workflows/go.yml/badge.svg)](https://github.com/florianl/go-nflog/actions/workflows/go.yml) ============ This is `go-nflog` and it is written in [golang](https://golang.org/). It provides a [C](https://en.wikipedia.org/wiki/C_(programming_language))-binding free API to the netfilter based log subsystem of the [Linux kernel](https://www.kernel.org).