diff --git a/README.md b/README.md index 1a4499f..018fa78 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# noise [![GoDoc](https://godoc.org/github.com/flynn/noise?status.svg)](https://godoc.org/github.com/flynn/noise) [![Build Status](https://travis-ci.org/flynn/noise.svg?branch=master)](https://travis-ci.org/flynn/noise) +# noise [![Go Reference](https://pkg.go.dev/badge/github.com/flynn/noise.svg)](https://pkg.go.dev/github.com/flynn/noise) [![CI Status](https://github.com/flynn/noise/actions/workflows/ci.yml/badge.svg)](https://github.com/flynn/noise/actions) This is a Go package that implements the [Noise Protocol Framework](https://noiseprotocol.org). See [the -documentation](https://godoc.org/github.com/flynn/noise) for usage information. +documentation](https://pkg.go.dev/github.com/flynn/noise) for usage information.