From 5bb486509efcea5bbd04930f879df3abb6ebf68e Mon Sep 17 00:00:00 2001 From: Lucas Leadbetter <5595530+lleadbet@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:10:30 -0400 Subject: [PATCH] remove BAS reference (#5509) Co-authored-by: Maria Elisabeth Schreiber --- docs/source/containerization/kubernetes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/containerization/kubernetes.mdx b/docs/source/containerization/kubernetes.mdx index 72aab82e72..78e3275380 100644 --- a/docs/source/containerization/kubernetes.mdx +++ b/docs/source/containerization/kubernetes.mdx @@ -101,7 +101,7 @@ helm show values oci://ghcr.io/apollographql/helm-charts/router Install the tools and provision the infrastructure for your Kubernetes cluster. -For an example, see the [Setup from Apollo's Build a Supergraph tutorial](https://github.com/apollosolutions/build-a-supergraph/tree/main/01-setup#01---setup). It provides steps you can reference for gathering accounts and credentials for your cloud platform (GCP or AWS), provisioning resources, and deploying your subgraphs. +For an example, see the [Setup from Apollo's Reference Architecture](https://github.com/apollosolutions/reference-architecture/blob/main/docs/setup.md). It provides steps you can reference for gathering accounts and credentials for your cloud platform (GCP or AWS), provisioning resources, and deploying your subgraphs.