From aeef4d043c02669c96dc7d2d65512fb93c6c4001 Mon Sep 17 00:00:00 2001 From: Jim Pick Date: Sat, 31 Aug 2019 12:11:11 -0700 Subject: [PATCH] Link to godocs for Host instead of deprecated repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0675fc2..528725d 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab