diff options
author | Michael Steinert <[email protected]> | 2023-11-30 12:49:04 -0600 |
---|---|---|
committer | Michael Steinert <[email protected]> | 2023-11-30 12:49:59 -0600 |
commit | 2bda45159c61d628206a10b45a80a6f760cff7a2 (patch) | |
tree | 270625bf467f80a2eace1e301862077de954009d | |
parent | 30fb28f15854eec300d3f587fe024e8370acd667 (diff) |
Update README for v2
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |