Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Fix link for ExternalPubSub (#373)
Browse files Browse the repository at this point in the history
* Fix link for ExternalPubSub

* squash! change to correct path and make relative

The link won't actually appear at the markdown URL (or in the `source` directory), but instead will be an `.html` file, alongside the `setup.html` file
  • Loading branch information
WaldoJeffers authored and abernix committed Apr 12, 2018
1 parent 1b2c1c7 commit 1e94591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It sits between your application's logic and the GraphQL subscriptions engine -

The `PubSub` implementation also includes a mechanism that converts a specific `PubSub` event into a stream of `AsyncIterator`, which you can use with `graphql` subscriptions resolver.

> Check out how to change the `PubSub` mechanism to an external one [here](/tools/graphql-subscriptions/external-pubsub.html)
> Check out how to change the `PubSub` mechanism to an external one [here](./external-pubsub.html)
To get started, install `graphql-subscriptions` package:

Expand Down

0 comments on commit 1e94591

Please sign in to comment.