From e7e821382ea03e51b3b97e7639a5e3bdb30ece38 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 7 May 2019 11:15:15 +0200 Subject: [PATCH] Updated badge url --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 94d165e..96a0f75 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,8 @@ Multi variate radial basis interpolation in golang [![Build Status](https://travis-ci.org/PolymerGuy/gorbi.svg?branch=master)](https://travis-ci.org/PolymerGuy/gorbi) [![codecov](https://codecov.io/gh/PolymerGuy/gorbi/branch/master/graph/badge.svg)](https://codecov.io/gh/PolymerGuy/gorbi) -[![Go Report Card](https://goreportcard.com/badge/github.com/PolymerGuy/gorbi)](https://goreportcard.com/report/github.com/PolymerGuy/gorbi) [![Documentation](https://godoc.org/github.com/PolymerGuy/gorbi?status.svg)](http://godoc.org/github.com/PolymerGuy/gorbi) - +[![Go Report Card](https://goreportcard.com/badge/github.com/PolymerGuy/gorbi)](https://goreportcard.com/report/github.com/PolymerGuy/gorbi) ## Getting Started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.