From cfe95417629c92dfa8b289722268b820febb652a Mon Sep 17 00:00:00 2001 From: Jacob Kershaw <jacob.kershaw@sigmadefense.com> Date: Fri, 8 Dec 2023 19:28:07 +0000 Subject: [PATCH] Resolve "Broken "deployment guides" link on docs site" --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 8b5b53174b..afebc5e3a4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -51,7 +51,7 @@ ## How do I deploy Big Bang? -**Note:** The Deployment Process and Pre-Requisites will vary depending on the deployment scenario. The [Quick Start Demo Deployment](./guides/deployment-scenarios/quickstart.md) for example, allows some steps to be skipped due to a mixture of automation and generically reusable demonstration configuration that satisfies pre-requisites. The following is a general overview of the process, reference the [deployment guides](./guides/deployment-scenarios) for more detail. +**Note:** The Deployment Process and Pre-Requisites will vary depending on the deployment scenario. The [Quick Start Demo Deployment](./guides/deployment-scenarios/quickstart.md) for example, allows some steps to be skipped due to a mixture of automation and generically reusable demonstration configuration that satisfies pre-requisites. The following is a general overview of the process, reference the [deployment guides](./guides/#deployment-scenarios) for more detail. 1. Satisfy Pre-Requisites: * Provision a Kubernetes Cluster according to [best practices](./prerequisites/kubernetes-preconfiguration.md#best-practices). -- GitLab