From cb9df76c3aaaaadcb8752f3c212b5fc35ff16093 Mon Sep 17 00:00:00 2001 From: Maria Elisabeth Schreiber Date: Wed, 2 Oct 2024 17:12:30 -0600 Subject: [PATCH] Fix relative link --- docs/source/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.mdx b/docs/source/index.mdx index ca014aecbe9..b2db319e61d 100644 --- a/docs/source/index.mdx +++ b/docs/source/index.mdx @@ -9,7 +9,7 @@ title: Introduction to Apollo Server #### You can use Apollo Server as: * A stand-alone GraphQL server, including in a serverless environment -* An add-on to your application's existing [Node.js middleware](./integrations/middleware/) (such as Express or Fastify) +* An add-on to your application's existing [Node.js middleware](/apollo-server/v2/integrations/middleware/) (such as Express or Fastify) * A gateway for a [federated data graph](https://www.apollographql.com/docs/federation/) #### Apollo Server provides: