From e3c9bf67cc85a1d171d72948de4213332a695bd2 Mon Sep 17 00:00:00 2001 From: Konstantin Sykulev Date: Wed, 4 Dec 2024 15:49:22 -0600 Subject: [PATCH] Fixed broken link in Deploy/README.md (#24134) A `monitoring-fleet.md` file does not seem to exist. Pointed the link to the `Reference-Architectures.md` Monitoring Fleet section. --- docs/Deploy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Deploy/README.md b/docs/Deploy/README.md index aa36c95b914c..1d17deb6f02a 100644 --- a/docs/Deploy/README.md +++ b/docs/Deploy/README.md @@ -12,7 +12,7 @@ Includes a guide for how to update and run new versions of Fleet. ### [Reference architecture](./reference-architectures.md) An opinionated view of running Fleet in a production environment, and configuration strategies to enable high availability. -### [Monitoring Fleet](./monitoring-fleet.md) +### [Monitoring Fleet](./reference-architectures.md#monitoring-fleet) Learn about monitoring and scaling Fleet servers with health checks, metrics, and alerting ### [Deploying to Cloud.gov](./cloudgov.md)