diff --git a/guides/real_time/channels.md b/guides/real_time/channels.md index bce3d8d607..99259abd0f 100644 --- a/guides/real_time/channels.md +++ b/guides/real_time/channels.md @@ -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