all: replace godoc.org README badges with godocs.io ones

The links have been redirecting to `pkg.go.dev` for a while now. In the
case of the main README, that made the badge a virtual duplicate of the
"go.dev reference" one.
This commit is contained in:
Chris Nobody
2023-03-08 22:58:59 +02:00
committed by Dan Kortschak
parent 2633fc39ec
commit f040f6bd07
14 changed files with 14 additions and 14 deletions

View File

@@ -1,3 +1,3 @@
# Gonum optimize [![GoDoc](https://godoc.org/gonum.org/v1/gonum/optimize?status.svg)](https://godoc.org/gonum.org/v1/gonum/optimize)
# Gonum optimize [![GoDoc](https://godocs.io/gonum.org/v1/gonum/optimize?status.svg)](https://godocs.io/gonum.org/v1/gonum/optimize)
Package optimize is an optimization package for the Go language.