Skip to content
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

Add link to the "Writing a Channels Client" how-to guide #5744

Merged
merged 2 commits into from
Mar 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/real_time/channels.md
Original file line number Diff line number Diff line change
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](https://hexdocs.pm/phoenix/writing_a_channels_client.html).
josevalim marked this conversation as resolved.
Show resolved Hide resolved

#### Official

Expand Down