From 561fe0718263b987180a3aaf6d3e60fddafe8f7e Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 14 Oct 2024 17:19:16 +0200 Subject: [PATCH] chore: Fix typo for launchpad create simple node tutorial (#382) * Fix typo * fix launchpad simple node tutorial url --------- Co-authored-by: Prithvi Shahi --- content/guides/getting-started/go.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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