@cryptotaxi247 / kubo / commits / 288551105

chore: update readme badges to test ci

testing out circleci build triggers with a PR that tidies up the README badges - remove somewhat redundant `project: ipfs` badge so they fit on 1 line. The link to the website is the url field for the repo. - Use shields.io "flat square" style for godoc badge to match the others - Use shields.io for the circleci badge too. - re-order to be more visually pleasing. License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>

Oli Evans committed Dec 10, 2019 at 10:47 UTC 288551105910671a20143b972409ae642bf442e5
1 file changed +2 -3
README.md
+2 -3
@@ -3,13 +3,12 @@
3 ![banner](https://ipfs.io/ipfs/QmVk7srrwahXLNmcDYvyUEJptyoxpndnRa57YJ11L4jV26/ipfs.go.png)
4
5 [![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
6 -[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
6 [![Matrix](https://img.shields.io/badge/matrix-%23ipfs%3Amatrix.org-blue.svg?style=flat-square)](https://matrix.to/#/room/#ipfs:matrix.org)
7 [![IRC](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
8 [![Discord](https://img.shields.io/discord/475789330380488707?color=blueviolet&label=discord&style=flat-square)](https://discord.gg/24fmuwR)
9 +[![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](https://godoc.org/github.com/ipfs/go-ipfs)
10 [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
11 -[![GoDoc](https://godoc.org/github.com/ipfs/go-ipfs?status.svg)](https://godoc.org/github.com/ipfs/go-ipfs)
12 -[![Build Status](https://circleci.com/gh/ipfs/go-ipfs.svg?style=svg)](https://circleci.com/gh/ipfs/go-ipfs)
11 +[![CircleCI](https://img.shields.io/circleci/build/github/ipfs/go-ipfs?style=flat-square)](https://circleci.com/gh/ipfs/go-ipfs)
12
13 ## What is IPFS?
14