docs: fix broken links

This commit is contained in:
Guillaume Chau
2019-12-02 04:15:48 +01:00
parent 66546223a7
commit 169d6b39bb
4 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -15,9 +15,9 @@ This is the Apollo manager added to any component that uses Apollo. It can be ac
## Methods
- `query`: execute a query (see [Queries](../guide/apollo/queries.md)).
- `mutate`: execute a mutation (see [Mutations](../guide/apollo/mutations.md)).
- `subscribe`: standard Apollo subscribe method (see [Subscriptions](../guide/apollo/subscriptions.md)).
- `query`: execute a query (see [Queries](../guide-option/queries.md)).
- `mutate`: execute a mutation (see [Mutations](../guide-option/mutations.md)).
- `subscribe`: standard Apollo subscribe method (see [Subscriptions](../guide-option/subscriptions.md)).
- `addSmartQuery`: manually add a Smart Query (not recommended).
- `addSmartSubscription`: add a Smart Subscription (see [Subscriptions](../guide/apollo/subscriptions.md)).
- `addSmartSubscription`: add a Smart Subscription (see [Subscriptions](../guide-option/subscriptions.md)).
- `getClient`: returns the underlying ApolloClient.