diff --git a/apps/docs/docs/how-to-guides/faststore-api/using-graphiql-to-explore-the-faststore-api.mdx b/apps/docs/docs/how-to-guides/faststore-api/using-graphiql-to-explore-the-faststore-api.mdx index 9f58e243be..fc7e25b60d 100644 --- a/apps/docs/docs/how-to-guides/faststore-api/using-graphiql-to-explore-the-faststore-api.mdx +++ b/apps/docs/docs/how-to-guides/faststore-api/using-graphiql-to-explore-the-faststore-api.mdx @@ -14,7 +14,7 @@ You can explore your store's GraphQL data layer by running a local server of you ## Getting started The first steps to getting GraphiQL up and running are different depending on the framework you are using on your project: -- [Next.js](#next-js) +- [Next.js](#nextjs) - [Gatsby](#gatsby) ### Next.js