Skip to content

Commit

Permalink
chore: Fix typo for launchpad create simple node tutorial (#382)
Browse files Browse the repository at this point in the history
* Fix typo

* fix launchpad simple node tutorial url

---------

Co-authored-by: Prithvi Shahi <[email protected]>
  • Loading branch information
matthiasbeyer and p-shahi authored Oct 14, 2024
1 parent 42171d8 commit 561fe07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/guides/getting-started/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 561fe07

Please sign in to comment.