Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix badges in README #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
go-xdr
======

[![Build Status](https://travis-ci.org/davecgh/go-xdr.png?branch=master)]
(https://travis-ci.org/davecgh/go-xdr) [![Coverage Status]
(https://coveralls.io/repos/davecgh/go-xdr/badge.png?branch=master)]
(https://coveralls.io/r/davecgh/go-xdr?branch=master)
[![Build Status](https://travis-ci.org/davecgh/go-xdr.png?branch=master)](https://travis-ci.org/davecgh/go-xdr)
[![Coverage Status](https://coveralls.io/repos/davecgh/go-xdr/badge.png?branch=master)](https://coveralls.io/r/davecgh/go-xdr?branch=master)

Go-xdr implements the data representation portion of the External Data
Representation (XDR) standard protocol as specified in RFC 4506 (obsoletes RFC
Expand All @@ -21,8 +19,7 @@ flexible and work directly with files, network connections, etc.

## Documentation

[![GoDoc](https://godoc.org/github.com/davecgh/go-xdr/xdr2?status.png)]
(http://godoc.org/github.com/davecgh/go-xdr/xdr2)
[![GoDoc](https://godoc.org/github.com/davecgh/go-xdr/xdr2?status.png)](http://godoc.org/github.com/davecgh/go-xdr/xdr2)

Full `go doc` style documentation for the project can be viewed online without
installing this package by using the excellent GoDoc site here:
Expand Down