From 8aa584aaa227a9f97676df6dbe4e417af69538e7 Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Tue, 20 Apr 2021 16:48:01 -0400 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.