From 9e8ac9b634d0b8e5ffe010c130170b56afd8a1d5 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 7 Oct 2021 11:47:24 +0100 Subject: [PATCH] Update badges and go doc links in README --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9a9905e9a..daa6412fc 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,8 @@ Swift This package provides an easy to use library for interfacing with Swift / Openstack Object Storage / Rackspace cloud files from the Go Language -See here for package docs - -http://godoc.org/github.com/ncw/swift/v2 - -[![Build Status](https://api.travis-ci.org/ncw/swift.svg?branch=master)](https://travis-ci.org/ncw/swift) [![GoDoc](https://godoc.org/github.com/ncw/swift/v2?status.svg)](https://godoc.org/github.com/ncw/swift/v2) +[![Build Status](https://github.com/ncw/swift/workflows/build/badge.svg?branch=master)](https://github.com/ncw/swift/actions) +[![Go Reference](https://pkg.go.dev/badge/github.com/ncw/v2/swift.svg)](https://pkg.go.dev/github.com/ncw/swift/v2) Install ------- @@ -22,7 +19,7 @@ Usage See here for full package docs -- http://godoc.org/github.com/ncw/swift/v2 +- https://pkg.go.dev/github.com/ncw/swift/v2 Here is a short example from the docs