Skip to content

Commit

Permalink
Correct link for tcp listener doc (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishkujoy authored Jun 6, 2024
1 parent 40f5fd4 commit 558eb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion by-example/tcp-connector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @tags cli
* @run --allow-net <url>
* @resource {https://deno.land/api?s=Deno.connect} Doc: Deno.connect
* @resource {/tcp-listener.ts} Example: TCP Listener
* @resource {/examples/tcp-listener} Example: TCP Listener
* @group Network
*
* An example of connecting to a TCP server on localhost and writing a 'ping' message to the server.
Expand Down

0 comments on commit 558eb18

Please sign in to comment.