Skip to content

Commit

Permalink
docs: Fix broken link (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari authored Oct 3, 2024
1 parent a5546b4 commit 82b28c4
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 @@ -16,7 +16,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="./get-started" size="lg">
Installation
</ButtonLink>
</div>
Expand Down Expand Up @@ -74,7 +74,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="./get-started" size="lg">
Get Started!
</ButtonLink>
</div>

0 comments on commit 82b28c4

Please sign in to comment.