From a0d40aa718f2f6b37c767283e9662f3bb6ee548e Mon Sep 17 00:00:00 2001 From: Jack Maunders Date: Thu, 15 Feb 2024 17:03:05 +0000 Subject: [PATCH] Fix anchor links in ApolloClient api docs (#11599) --- docs/source/api/core/ApolloClient.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/api/core/ApolloClient.mdx b/docs/source/api/core/ApolloClient.mdx index a66e5713d6d..752f6633d9e 100644 --- a/docs/source/api/core/ApolloClient.mdx +++ b/docs/source/api/core/ApolloClient.mdx @@ -16,7 +16,7 @@ The `ApolloClient` class encapsulates Apollo's core client-side API. It backs al -Takes an `ApolloClientOptions` parameter that supports the [fields listed below](#ApolloClientOptions). +Takes an `ApolloClientOptions` parameter that supports the [fields listed below](#apolloclientoptions). Returns an initialized `ApolloClient` object. @@ -24,7 +24,7 @@ Returns an initialized `ApolloClient` object. -For more information on the `defaultOptions` object, see the [Default Options](#DefaultOptions) section below. +For more information on the `defaultOptions` object, see the [Default Options](#defaultoptions) section below. ## Functions