From 2bda45159c61d628206a10b45a80a6f760cff7a2 Mon Sep 17 00:00:00 2001 From: Michael Steinert Date: Thu, 30 Nov 2023 12:49:04 -0600 Subject: Update README for v2 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f35d516..fab308e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![GoDoc](https://godoc.org/github.com/msteinert/pam?status.svg)](http://godoc.org/github.com/msteinert/pam) +[![GoDoc](https://godoc.org/github.com/msteinert/pam/v2?status.svg)](http://godoc.org/github.com/msteinert/pam/v2) [![codecov](https://codecov.io/gh/msteinert/pam/graph/badge.svg?token=L1K3UTB065)](https://codecov.io/gh/msteinert/pam) -[![Go Report Card](https://goreportcard.com/badge/github.com/msteinert/pam)](https://goreportcard.com/report/github.com/msteinert/pam) +[![Go Report Card](https://goreportcard.com/badge/github.com/msteinert/pam/v2)](https://goreportcard.com/report/github.com/msteinert/pam/v2) # Go PAM @@ -25,5 +25,5 @@ Then execute the tests: $ sudo GOPATH=$GOPATH $(which go) test -v ``` -[1]: http://godoc.org/github.com/msteinert/pam +[1]: http://godoc.org/github.com/msteinert/pam/v2 [2]: http://www.linux-pam.org/Linux-PAM-html/Linux-PAM_ADG.html -- cgit v1.2.3