Skip to content

Commit 98f0d9e

Browse files
authored
Merge pull request #5508 from duffuniverse/fix-internal-link-ref-in-apollo-subscriptions-guide
Fix internal link reference for payload compression in the Apollo Subscriptions guide
2 parents 67b94d8 + d650bf8 commit 98f0d9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/javascript_client/apollo_subscriptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const client = new ApolloClient({
6363

6464
This link will check responses for the `X-Subscription-ID` header, and if it's present, it will use that value to subscribe to Pusher for future updates.
6565

66-
If you're using {% internal_link "compressed payloads", "/subscriptions/pusher_implementation#compressed-payloads" %}, configure a `decompress:` function, too:
66+
If you're using {% internal_link "compressed payloads", "/subscriptions/pusher_implementation#payload-compression" %}, configure a `decompress:` function, too:
6767

6868
```javascript
6969
// Add `pako` to the project for gunzipping
@@ -195,7 +195,7 @@ var OperationStoreClient = require("./OperationStoreClient")
195195
RailsNetworkInterface.use([OperationStoreClient.apolloMiddleware])
196196
```
197197

198-
If you're using {% internal_link "compressed payloads", "/subscriptions/pusher_implementation#compressed-payloads" %}, configure a `decompress:` function, too:
198+
If you're using {% internal_link "compressed payloads", "/subscriptions/pusher_implementation#payload-compression" %}, configure a `decompress:` function, too:
199199

200200
```javascript
201201
// Add `pako` to the project for gunzipping

0 commit comments

Comments
 (0)