This is an automated email from the ASF dual-hosted git repository.

francischuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica-go.git


The following commit(s) were added to refs/heads/main by this push:
     new ee40937  Link Go reference to the latest version of the documentation.
ee40937 is described below

commit ee409371249bf9ec699ad87d5d7564059bedd6c5
Author: Francis Chuang <[email protected]>
AuthorDate: Sun May 1 08:38:41 2022 +1000

    Link Go reference to the latest version of the documentation.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 596dd7d..ae09798 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ limitations under the License.
 
 # Apache Avatica/Phoenix SQL Driver
 
-[![GoDoc](https://godoc.org/github.com/apache/calcite-avatica-go?status.png)](https://godoc.org/github.com/apache/calcite-avatica-go)
+[![Go 
Reference](https://pkg.go.dev/badge/github.com/apache/calcite-avatica-go/v5.svg)](https://pkg.go.dev/github.com/apache/calcite-avatica-go/v5)
 [![Build 
Status](https://github.com/apache/calcite-avatica-go/workflows/Tests/badge.svg)](https://github.com/apache/calcite-avatica-go)
 
 Apache Calcite's Avatica Go is a Go 
[database/sql](https://golang.org/pkg/database/sql/) driver for the Avatica 
server.

Reply via email to