Skip to content

Commit 21dfd56

Browse files
authored
Merge pull request #22 from stevvooe/update-badges
README: update project urls for badges et al.
2 parents 7ecb13d + 8164758 commit 21dfd56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# go-digest
22

3-
[![GoDoc](https://godoc.org/github.com/docker/go-digest?status.svg)](https://godoc.org/github.com/docker/go-digest) [![Go Report Card](https://goreportcard.com/badge/github.com/docker/go-digest)](https://goreportcard.com/report/github.com/docker/go-digest) [![Build Status](https://travis-ci.org/docker/go-digest.svg?branch=master)](https://travis-ci.org/docker/go-digest)
3+
[![GoDoc](https://godoc.org/github.com/opencontainers/go-digest?status.svg)](https://godoc.org/github.com/opencontainers/go-digest) [![Go Report Card](https://goreportcard.com/badge/github.com/opencontainers/go-digest)](https://goreportcard.com/report/github.com/opencontainers/go-digest) [![Build Status](https://travis-ci.org/opencontainers/go-digest.svg?branch=master)](https://travis-ci.org/opencontainers/go-digest)
44

55
Common digest package used across the container ecosystem.
66

7-
Please see the [godoc](https://godoc.org/github.com/docker/go-digest) for more information.
7+
Please see the [godoc](https://godoc.org/github.com/opencontainers/go-digest) for more information.
88

99
# What is a digest?
1010

@@ -49,7 +49,7 @@ can power a rich, safe, content distribution system.
4949

5050
# Usage
5151

52-
While the [godoc](https://godoc.org/github.com/docker/go-digest) is
52+
While the [godoc](https://godoc.org/github.com/opencontainers/go-digest) is
5353
considered the best resource, a few important items need to be called
5454
out when using this package.
5555

@@ -76,7 +76,7 @@ out when using this package.
7676

7777
The Go API, at this stage, is considered stable, unless otherwise noted.
7878

79-
As always, before using a package export, read the [godoc](https://godoc.org/github.com/docker/go-digest).
79+
As always, before using a package export, read the [godoc](https://godoc.org/github.com/opencontainers/go-digest).
8080

8181
# Contributing
8282

0 commit comments

Comments
 (0)