Skip to content

Commit

Permalink
Update javascript.md (#373)
Browse files Browse the repository at this point in the history
Fix broken link for js examples
  • Loading branch information
davidd8 authored May 3, 2024
1 parent 5651530 commit 3a29211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/guides/getting-started/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ Success! Our two peers are now communicating over a multiplexed, secure channel.

After finishing this tutorial, you should have a look into the [js-libp2p getting started](https://github.com/libp2p/js-libp2p/blob/master/doc/GETTING_STARTED.md) document, which goes from a base configuration like this one, to more custom ones.

You also have a panoply of examples on [js-libp2p repo](https://github.com/libp2p/js-libp2p/tree/master/examples) that you can leverage to learn how to use `js-libp2p` for several different use cases and runtimes.
You also have a panoply of examples on [js-libp2p repo](https://github.com/libp2p/js-libp2p-examples) that you can leverage to learn how to use `js-libp2p` for several different use cases and runtimes.

[definition_multiaddress]: /reference/glossary/#multiaddr
[definition_multiplexer]: /reference/glossary/#multiplexer
Expand Down

0 comments on commit 3a29211

Please sign in to comment.