Unverified Commit 61a1b288 authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #137 from jimpick/patch-1

Link to godocs for Host instead of deprecated repo
parents 9cafb40d aeef4d04
......@@ -14,7 +14,7 @@ The libp2p swarm is the 'low level' interface for working with a given libp2p
network. It gives you more fine grained control over various aspects of the
system. Most applications don't need this level of access, so the `Swarm` is
generally wrapped in a `Host` abstraction that provides a more friendly
interface. See [the host interface](https://github.com/libp2p/go-libp2p-host)
interface. See [the host interface](https://godoc.org/github.com/libp2p/go-libp2p-core/host#Host)
for more info on that.
## Table of Contents
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment