fix pkg go dev link

This commit is contained in:
Weilin Shi 2020-09-22 11:04:26 +08:00
parent 8d7ec3aacd
commit b69ec48f20
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<div> <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) [![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) [![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) [![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) [example](example/basic/main.go)
## sample image ## sample image