From ae9153bb7b1dc1b0e60498f9131ec2e0401236f4 Mon Sep 17 00:00:00 2001 From: bmitc <65685447+bmitc@users.noreply.github.com> Date: Thu, 7 Mar 2024 01:35:25 -0500 Subject: [PATCH 1/2] Add link to the "Writing a Channels Client" how-to guide --- guides/real_time/channels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/real_time/channels.md b/guides/real_time/channels.md index bce3d8d607..5bf04e7672 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](https://hexdocs.pm/phoenix/writing_a_channels_client.html). #### Official From ccf0e9f7d8aea18cd99d2c6623e7b6550652e6d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sun, 10 Mar 2024 17:33:55 +0100 Subject: [PATCH 2/2] Update guides/real_time/channels.md --- guides/real_time/channels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/real_time/channels.md b/guides/real_time/channels.md index 5bf04e7672..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](https://hexdocs.pm/phoenix/writing_a_channels_client.html). +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