Skip to content

Commit

Permalink
Update Go reference doc links for v2 module
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Mar 25, 2021
1 parent 168f79e commit d836799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit d836799

Please sign in to comment.