From 7784cb15afac9b7550c06ced15e7b9bac99cafdd Mon Sep 17 00:00:00 2001 From: Pieter Joost van de Sande Date: Thu, 1 Nov 2018 12:43:41 +0100 Subject: [PATCH 1/2] fix badges in readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bf14be3..ea82a6f 100644 --- a/README.md +++ b/README.md @@ -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 From 38222362aa332cde08da9fb114c791b30998956b Mon Sep 17 00:00:00 2001 From: Pieter Joost van de Sande Date: Thu, 1 Nov 2018 12:45:04 +0100 Subject: [PATCH 2/2] also fix godoc badge --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ea82a6f..6a129d2 100644 --- a/README.md +++ b/README.md @@ -19,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: