fix links in README
This commit is contained in:
parent
6f2f5aec15
commit
770ce03026
14
README.md
14
README.md
|
@ -1,11 +1,11 @@
|
||||||
# libp2p Daemon
|
# libp2p Daemon
|
||||||
|
|
||||||
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
|
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://protocol.ai)
|
||||||
[![](https://img.shields.io/badge/project-libp2p-blue.svg?style=flat-square)](http://ipfs.io/)
|
[![](https://img.shields.io/badge/project-libp2p-blue.svg?style=flat-square)](http://libp2p.io/)
|
||||||
[![](https://img.shields.io/badge/freenode-%23libp2p-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
|
[![](https://img.shields.io/badge/freenode-%23libp2p-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%libp2p)
|
||||||
[![GoDoc](https://godoc.org/github.com/libp2p/go-libp2p-daemon?status.svg)](https://godoc.org/github.com/libp2p/go-libp2p-peerstore)
|
[![GoDoc](https://godoc.org/github.com/libp2p/go-libp2p-daemon?status.svg)](https://godoc.org/github.com/libp2p/go-libp2p-daemon)
|
||||||
[![Coverage Status](https://coveralls.io/repos/github/libp2p/go-libp2p-daemon/badge.svg?branch=master)](https://coveralls.io/github/libp2p/go-libp2p-peerstore?branch=master)
|
[![Coverage Status](https://coveralls.io/repos/github/libp2p/go-libp2p-daemon/badge.svg?branch=master)](https://coveralls.io/github/libp2p/go-libp2p-daemon?branch=master)
|
||||||
[![Build Status](https://travis-ci.org/libp2p/go-libp2p-daemon.svg?branch=master)](https://travis-ci.org/libp2p/go-libp2p-peerstore)
|
[![Build Status](https://travis-ci.org/libp2p/go-libp2p-daemon.svg?branch=master)](https://travis-ci.org/libp2p/go-libp2p-daemon)
|
||||||
|
|
||||||
> A standalone deployment of a libp2p host, running in its own OS process and installing a set of
|
> A standalone deployment of a libp2p host, running in its own OS process and installing a set of
|
||||||
virtual endpoints to enable co-local applications to: communicate with peers, handle protocols,
|
virtual endpoints to enable co-local applications to: communicate with peers, handle protocols,
|
||||||
|
@ -36,4 +36,4 @@ Feel free to join in. All welcome. Open an [issue](https://github.com/libp2p/go-
|
||||||
This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
|
This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
MIT
|
MIT
|
||||||
|
|
Loading…
Reference in New Issue