fix pkg go dev link
This commit is contained in:
parent
8d7ec3aacd
commit
b69ec48f20
|
@ -2,7 +2,7 @@
|
|||
|
||||
<div>
|
||||
|
||||
[![PkgGoDev](https://pkg.go.dev/badge/steambap/captcha)](https://pkg.go.dev/steambap/captcha)
|
||||
[![PkgGoDev](https://pkg.go.dev/badge/github.com/steambap/captcha)](https://pkg.go.dev/github.com/steambap/captcha)
|
||||
[![Build Status](https://github.com/steambap/captcha/workflows/CI/badge.svg)](https://github.com/steambap/captcha/actions?workflow=CI)
|
||||
[![codecov](https://codecov.io/gh/steambap/captcha/branch/main/graph/badge.svg)](https://codecov.io/gh/steambap/captcha)
|
||||
[![Go Report Card](https://goreportcard.com/badge/github.com/steambap/captcha)](https://goreportcard.com/report/github.com/steambap/captcha)
|
||||
|
@ -32,7 +32,7 @@ func handle(w http.ResponseWriter, r *http.Request) {
|
|||
|
||||
```
|
||||
|
||||
[documentation](https://godoc.org/github.com/steambap/captcha) |
|
||||
[documentation](https://pkg.go.dev/github.com/steambap/captcha) |
|
||||
[example](example/basic/main.go)
|
||||
|
||||
## sample image
|
||||
|
|
Reference in New Issue