Unverified Commit aeef4d04 authored by Jim Pick's avatar Jim Pick Committed by GitHub

Link to godocs for Host instead of deprecated repo

parent bfc3909f
...@@ -14,7 +14,7 @@ The libp2p swarm is the 'low level' interface for working with a given libp2p ...@@ -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 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 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 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. for more info on that.
## Table of Contents ## 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