From 7b8e72219c6ca978827317d4b248d411da730726 Mon Sep 17 00:00:00 2001 From: Maria Elisabeth Schreiber Date: Thu, 21 Nov 2024 16:59:11 -0700 Subject: [PATCH] Fix getting started button link --- docs/source/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/index.mdx b/docs/source/index.mdx index 4a8b80667..12ef29634 100644 --- a/docs/source/index.mdx +++ b/docs/source/index.mdx @@ -10,7 +10,7 @@ Apollo iOS executes queries and mutations using a GraphQL server and returns res Apollo iOS also includes caching mechanisms specifically for GraphQL data, enabling you to execute GraphQL queries against your locally cached data directly.
- + Installation
@@ -68,7 +68,7 @@ Apollo iOS handles all the heavy lifting of networking with GraphQL, including: Apollo Client's integration for [React](/react) also works with [React Native](https://facebook.github.io/react-native/) on both iOS and Android.
- + Get Started!