Skip to content

Commit

Permalink
Update GoDoc link and badge
Browse files Browse the repository at this point in the history
Switching from https://godoc.org/ to https://pkg.go.dev/ as the old
one redirects to the new one anyway.

Merge spf13/cobra#1593
  • Loading branch information
marians authored and hoshsadiq committed Feb 8, 2022
1 parent 48decc4 commit f800c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ Cobra is used in many Go projects such as [Kubernetes](http://kubernetes.io/),
name a few. [This list](./projects_using_cobra.md) contains a more extensive list of projects using Cobra.

[![](https://img.shields.io/github/workflow/status/spf13/cobra/Test?longCache=tru&label=Test&logo=github%20actions&logoColor=fff)](https://github.com/spf13/cobra/actions?query=workflow%3ATest)
[![GoDoc](https://godoc.org/github.com/spf13/cobra?status.svg)](https://godoc.org/github.com/spf13/cobra)
[![Go Reference](https://pkg.go.dev/badge/github.com/spf13/cobra.svg)](https://pkg.go.dev/github.com/spf13/cobra)
[![Go Report Card](https://goreportcard.com/badge/github.com/spf13/cobra)](https://goreportcard.com/report/github.com/spf13/cobra)
[![Slack](https://img.shields.io/badge/Slack-cobra-brightgreen)](https://gophers.slack.com/archives/CD3LP1199)

Expand Down

0 comments on commit f800c15

Please sign in to comment.