Skip to content

Commit a445b55

Browse files
committed
fix: Corrected the broken link for transport example
1 parent 20a2e1e commit a445b55

File tree

1 file changed

+1
-1
lines changed
  • examples/js-libp2p-example-protocol-and-stream-muxing

1 file changed

+1
-1
lines changed

examples/js-libp2p-example-protocol-and-stream-muxing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ multistream-select at its
2121
Let's see *protocol multiplexing* in action! You will need the following modules
2222
for this example: `libp2p`, `@libp2p/tcp`, `@libp2p/peer-id`, `it-pipe`,
2323
`it-buffer` and `streaming-iterables`. This example reuses the base left by the
24-
[Transports](../transports) example. You can see the complete solution at
24+
[Transports](../js-libp2p-example-transports/) example. You can see the complete solution at
2525
[1.js](./1.js).
2626

2727
After creating the nodes, we need to tell libp2p which protocols to handle.

0 commit comments

Comments
 (0)