From fef3ffc391020b162bbeaabb97d1d2cf509ee935 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Wed, 25 Mar 2020 20:24:16 -0500 Subject: [PATCH] Link to pkg.go.dev instead of godoc.org This is a big improvement because it can directly link to the v4 docs instead of the pre-modules v3. The badge should be changed once the new pkg.go.dev badge is available. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4dbb741..8ec6d000 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![](https://godoc.org/github.com/jackc/pgx?status.svg)](https://godoc.org/github.com/jackc/pgx) +[![](https://godoc.org/github.com/jackc/pgx?status.svg)](https://pkg.go.dev/github.com/jackc/pgx/v4) [![Build Status](https://travis-ci.org/jackc/pgx.svg)](https://travis-ci.org/jackc/pgx) # pgx - PostgreSQL Driver and Toolkit