fix pkg go dev link
This commit is contained in:
parent
8d7ec3aacd
commit
b69ec48f20
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
[](https://pkg.go.dev/steambap/captcha)
|
[](https://pkg.go.dev/github.com/steambap/captcha)
|
||||||
[](https://github.com/steambap/captcha/actions?workflow=CI)
|
[](https://github.com/steambap/captcha/actions?workflow=CI)
|
||||||
[](https://codecov.io/gh/steambap/captcha)
|
[](https://codecov.io/gh/steambap/captcha)
|
||||||
[](https://goreportcard.com/report/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)
|
[example](example/basic/main.go)
|
||||||
|
|
||||||
## sample image
|
## sample image
|
||||||
|
|
Reference in a new issue