Skip to content

Commit

Permalink
Fix pubsub link
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Sep 10, 2016
1 parent ad48ff3 commit 5f71ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion G_channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Each Channel will implement one or more clauses of each of these four callback f

The Phoenix PubSub layer consists of the `Phoenix.PubSub` module and a variety of modules for different adapters and their `GenServer`s. These modules contain functions which are the nuts and bolts of organizing Channel communication - subscribing to topics, unsubscribing from topics, and broadcasting messages on a topic.

We can also define our own PubSub adapters if we need to. Please see the [Phoenix.PubSub docs](http://hexdocs.pm/phoenix/Phoenix.PubSub.html) for more information.
We can also define our own PubSub adapters if we need to. Please see the [Phoenix.PubSub docs](http://hexdocs.pm/phoenix_pubsub/Phoenix.PubSub.html) for more information.

It is worth noting that these modules are intended for Phoenix's internal use. Channels use them under the hood to do much of their work. As end users, we shouldn't have any need to use them directly in our applications.

Expand Down

0 comments on commit 5f71ccb

Please sign in to comment.