docs: fix broken links

This commit is contained in:
Guillaume Chau
2018-06-18 18:25:12 +02:00
parent 2ad3ee396d
commit c0d5405c1c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ new Vue({
})
```
You can access the [apollo-client](https://www.apollographql.com/docs/react/) instances with `this.$apollo.provider.defaultClient` or `this.$apollo.provider.clients.<key>` (for [Multiple clients](#multiple-clients)) in all your vue components.
You can access the [apollo-client](https://www.apollographql.com/docs/react/) instances with `this.$apollo.provider.defaultClient` or `this.$apollo.provider.clients.<key>` (for [Multiple clients](../multiple-clients.md)) in all your vue components.
## Queries
+1 -1
View File
@@ -213,7 +213,7 @@ apollo: {
You can then access the subscription with `this.$apollo.subscriptions.<name>`.
:::tip
Just like for queries, you can declare the subscription [with a function](#option-function), and you can declare the `query` option [with a reactive function](#reactive-query-definition).
Just like for queries, you can declare the subscription [with a function](./queries.md#option-function), and you can declare the `query` option [with a reactive function](./queries.md#reactive-query-definition).
:::
## Skipping the subscription