Skip to content

Commit ad42dfb

Browse files
authored
Update README.md: fix broken go reference link (#682)
1 parent d2af910 commit ad42dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![License Apache 2](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
44
[![ReportCard](https://goreportcard.com/badge/nats-io/nsc)](https://goreportcard.com/report/nats-io/nsc)
55
[![Build Status](https://github.com/nats-io/nsc/actions/workflows/pushes.yaml/badge.svg)](https://github.com/nats-io/nsc/actions/workflows/pushes.yaml)
6-
[![GoDoc](http://godoc.org/github.com/nats-io/nsc?status.svg)](http://godoc.org/github.com/nats-io/nsc)
6+
[![Go Reference](https://pkg.go.dev/badge/github.com/nats-io/nsc/v2.svg)](https://pkg.go.dev/github.com/nats-io/nsc/v2)
77
[![Coverage Status](https://coveralls.io/repos/github/nats-io/nsc/badge.svg?branch=main&service=github)](https://coveralls.io/github/nats-io/nsc?branch=main)
88

99
A tool for creating NATS account and user access configurations
@@ -38,7 +38,7 @@ brew untap nats-io/nats-tools
3838
Direct Download:
3939

4040
Download your platform binary from
41-
[here.](https://github.com/nats-io/nsc/releases/latest)
41+
[GitHub releases.](https://github.com/nats-io/nsc/releases/latest)
4242

4343
## Updates are easy
4444

0 commit comments

Comments
 (0)