Skip to content

Commit

Permalink
docs: Fix getting started button link (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meschreiber authored Nov 22, 2024
1 parent ff4a65e commit 3c95ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div>
<ButtonLink href="./get-started" size="lg">
<ButtonLink href="/ios/get-started" size="lg">
Installation
</ButtonLink>
</div>
Expand Down Expand Up @@ -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.

<div align="center">
<ButtonLink href="./get-started" size="lg">
<ButtonLink href="/ios/get-started" size="lg">
Get Started!
</ButtonLink>
</div>

0 comments on commit 3c95ac9

Please sign in to comment.