Skip to content

Commit 7fa1569

Browse files
committed
README: update badges and links
The Build Status badge was still linked to travis, which we no longer use. While at it, also updated the links to the documentation, and updated a link to the runtime-spec. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 7917549 commit 7fa1569

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# continuity
22

3-
[![GoDoc](https://godoc.org/github.com/containerd/continuity?status.svg)](https://godoc.org/github.com/containerd/continuity)
4-
[![Build Status](https://travis-ci.org/containerd/continuity.svg?branch=main)](https://travis-ci.org/containerd/continuity)
3+
[![Go Reference](https://pkg.go.dev/badge/github.com/containerd/continuity.svg)](https://pkg.go.dev/github.com/containerd/continuity)
4+
[![Build Status](https://github.com/containerd/continuity/workflows/Continuity/badge.svg)](https://github.com/containerd/continuity/actions?query=workflow%3AContinuity+branch%3Amain)
55

66
A transport-agnostic, filesystem metadata manifest system
77

88
This project is a staging area for experiments in providing transport agnostic
99
metadata storage.
1010

11-
Please see https://github.com/opencontainers/specs/issues/11 for more details.
11+
See [opencontainers/runtime-spec#11](https://github.com/opencontainers/runtime-spec/issues/11)
12+
for more details.
1213

1314
## Manifest Format
1415

1516
A continuity manifest encodes filesystem metadata in Protocol Buffers.
16-
Please refer to [proto/manifest.proto](proto/manifest.proto).
17+
Refer to [proto/manifest.proto](proto/manifest.proto) for more details.
1718

1819
## Usage
1920

@@ -65,7 +66,7 @@ $ ./bin/continuity verify . /tmp/a.pb
6566

6667
## Platforms
6768

68-
continuity primarily targets Linux. continuity may compile for and work on
69+
continuity primarily targets Linux. Continuity may compile for and work on
6970
other operating systems, but those platforms are not tested.
7071

7172
## Contribution Guide

0 commit comments

Comments
 (0)