Skip to content

Commit

Permalink
Add link to the "Writing a Channels Client" how-to guide (#5744)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmitc committed Mar 10, 2024
1 parent 477fe01 commit 5ccf805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/real_time/channels.md
Expand Up @@ -165,7 +165,7 @@ If your deployment environment does not support distributed Elixir or direct com
### Client Libraries

Any networked device can connect to Phoenix Channels as long as it has a client library.
The following libraries exist today, and new ones are always welcome; to write your own, see our how-to guide "Writing a Channels Client".
The following libraries exist today, and new ones are always welcome; to write your own, see our how-to guide [Writing a Channels Client](writing_a_channels_client.md).

#### Official

Expand Down

0 comments on commit 5ccf805

Please sign in to comment.