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.
pull/700/head
Jack Christensen 2020-03-25 20:24:16 -05:00
parent 1dc45f1fa0
commit fef3ffc391
1 changed files with 1 additions and 1 deletions

View File

@ -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