Skip to content

Commit

Permalink
Fix README badge links (stellar#10)
Browse files Browse the repository at this point in the history
Fix the badge links in the README so they point to the right place.

In stellar#9 I changed the build to be on GitHub Actions instead of Travis, but forgot to update the badge. Also I noticed the godoc link is broken.
  • Loading branch information
leighmcculloch committed Nov 18, 2019
1 parent 9f19f58 commit abb01c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# go-xdr

[![Build Status](https://travis-ci.org/stellar/go-xdr.png?branch=master)](https://travis-ci.org/stellar/go-xdr)
[![GoDoc](https://godoc.org/github.com/stellar/go-xdr/xdr3?status.png)](http:https://godoc.org/github.com/stellar/go-xdr/xdr2)
[![Build Status](https://github.com/stellar/go-xdr/workflows/Go/badge.svg)](https://github.com/stellar/go-xdr/actions)
[![GoDoc](https://godoc.org/github.com/stellar/go-xdr/xdr3?status.png)](http:https://godoc.org/github.com/stellar/go-xdr/xdr3)

Go-xdr implements the data representation portion of the External Data
Representation (XDR) standard protocol as specified in RFC 4506 (obsoletes RFC
Expand Down

0 comments on commit abb01c4

Please sign in to comment.