diff --git a/content/guides/getting-started/go.md b/content/guides/getting-started/go.md index e31a9ec1..a4b8b3ec 100644 --- a/content/guides/getting-started/go.md +++ b/content/guides/getting-started/go.md @@ -13,8 +13,8 @@ with libp2p basics, and implementing a simple node that can send and receive "pi in go-libp2p. The [Protocol Labs Launchpad curriculum](https://curriculum.pl-launchpad.io/) also includes -a tutorial on spinning up a libp2p node using a go-libp2p bolierplate. Check it out -[here](https://curriculum.pl-launchpad.io/tutorials/libp2p/creating-simple-node/). +a tutorial on spinning up a libp2p node using a go-libp2p boilerplate. Check it out +[here](https://pl-launchpad.io/tutorials/libp2p/creating-simple-node/). This is the first in a series of tutorials on working with libp2p’s Go implementation, [go-libp2p](https://github.com/libp2p/go-libp2p). We’ll cover installing Go, setting up