From d83679942cdfc502320e0086947b214a3d0a9cbe Mon Sep 17 00:00:00 2001 From: Jesse Peterson Date: Thu, 25 Mar 2021 13:34:46 -0700 Subject: [PATCH] Update Go reference doc links for v2 module --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75f9bb2..2a6ccca 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # scep [![CI](https://github.com/micromdm/scep/workflows/CI/badge.svg)](https://github.com/micromdm/scep/actions) -[![Go Reference](https://pkg.go.dev/badge/github.com/micromdm/scep.svg)](https://pkg.go.dev/github.com/micromdm/scep) +[![Go Reference](https://pkg.go.dev/badge/github.com/micromdm/scep/v2.svg)](https://pkg.go.dev/github.com/micromdm/scep/v2) `scep` is a Simple Certificate Enrollment Protocol server and client @@ -181,7 +181,7 @@ The core `scep` library can be used for both client and server operations. go get github.com/micromdm/scep/scep ``` -For detailed usage, see the [Go Reference](https://pkg.go.dev/github.com/micromdm/scep/scep). +For detailed usage, see the [Go Reference](https://pkg.go.dev/github.com/micromdm/scep/v2/scep). Example (server):