From 0f143c6b8502549180f86565990307143a13e915 Mon Sep 17 00:00:00 2001 From: ZHENK Date: Thu, 5 Aug 2021 03:55:43 +1200 Subject: [PATCH] Fix pkg badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8a6a68..0739762 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # go-pcre -[![GoDoc](https://pkg.go.dev/github.com/scorpionknifes/go-pcre?status.svg)](https://pkg.go.dev/github.com/scorpionknifes/go-pcre) +[![GoDoc](https://godoc.org/github.com/gijsbers/go-pcre?status.svg=)](https://pkg.go.dev/github.com/scorpionknifes/go-pcre) This is a Go language package providing support for Perl Compatible Regular Expressions (PCRE).