Skip to content

fix: Broken link in js-libp2p-example-protocol-and-stream-muxing Readme file. #209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ multistream-select at its
Let's see *protocol multiplexing* in action! You will need the following modules
for this example: `libp2p`, `@libp2p/tcp`, `@libp2p/peer-id`, `it-pipe`,
`it-buffer` and `streaming-iterables`. This example reuses the base left by the
[Transports](../transports) example. You can see the complete solution at
[Transports](../js-libp2p-example-transports/) example. You can see the complete solution at
[1.js](./1.js).

After creating the nodes, we need to tell libp2p which protocols to handle.
Expand Down
Loading