Browse Source
Merge pull request #485 from libp2p/fix-readme
Fix badges and links on README.md
pull/506/head
Raúl Kripalani
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
5 deletions
-
README.md
|
|
@ -6,9 +6,9 @@ |
|
|
|
<h3 align="center">The Go implementation of the libp2p Networking Stack.</h3> |
|
|
|
|
|
|
|
<p align="center"> |
|
|
|
<a href="http://ipn.io"><img src="https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square" /></a> |
|
|
|
<a href="http://libp2p.io/"><img src="https://img.shields.io/badge/project-libp2p-blue.svg?style=flat-square" /></a> |
|
|
|
<a href="http://webchat.freenode.net/?channels=%23ipfs"><img src="https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square" /></a> |
|
|
|
<a href="https://protocol.ai/"><img src="https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square" /></a> |
|
|
|
<a href="https://libp2p.io/"><img src="https://img.shields.io/badge/project-libp2p-blue.svg?style=flat-square" /></a> |
|
|
|
<a href="https://webchat.freenode.net/?channels=%23libp2p"><img src="https://img.shields.io/badge/freenode-%23libp2p-blue.svg?style=flat-square" /></a> |
|
|
|
<a href="https://waffle.io/libp2p/libp2p"><img src="https://img.shields.io/badge/pm-waffle-blue.svg?style=flat-square" /></a> |
|
|
|
</p> |
|
|
|
|
|
|
@ -16,7 +16,7 @@ |
|
|
|
<a href="https://travis-ci.org/libp2p/go-libp2p"><img src="https://travis-ci.org/libp2p/go-libp2p.svg?branch=master" /></a> |
|
|
|
<br> |
|
|
|
<a href="https://github.com/RichardLitt/standard-readme"><img src="https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square" /></a> |
|
|
|
<a href="https://godoc.org/github.com/libp2p/go-libp2p"><img src="https://godoc.org/github.com/ipfs/go-libp2p?status.svg" /></a> |
|
|
|
<a href="https://godoc.org/github.com/libp2p/go-libp2p"><img src="https://godoc.org/github.com/libp2p/go-libp2p?status.svg" /></a> |
|
|
|
<a href=""><img src="https://img.shields.io/badge/golang-%3E%3D1.8.0-orange.svg?style=flat-square" /></a> |
|
|
|
<br> |
|
|
|
</p> |
|
|
@ -73,7 +73,7 @@ There is currently only one bundle of `go-libp2p`, this package. This bundle is |
|
|
|
|
|
|
|
### API |
|
|
|
|
|
|
|
[![GoDoc](https://godoc.org/github.com/ipfs/go-libp2p?status.svg)](https://godoc.org/github.com/libp2p/go-libp2p) |
|
|
|
[![GoDoc](https://godoc.org/github.com/libp2p/go-libp2p?status.svg)](https://godoc.org/github.com/libp2p/go-libp2p) |
|
|
|
|
|
|
|
### Examples |
|
|
|
|
|
|
|