From b69ec48f20a528820c4cafef83d4d4a96d8f0da2 Mon Sep 17 00:00:00 2001 From: Weilin Shi <934587911@qq.com> Date: Tue, 22 Sep 2020 11:04:26 +0800 Subject: [PATCH] fix pkg go dev link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31ff50f..a44a1e2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
-[![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