From e80533f6cbbbd6fdebc1847c70b47080f3b8c4be Mon Sep 17 00:00:00 2001 From: Alan Dooley Date: Tue, 24 Sep 2024 16:11:44 +0100 Subject: [PATCH] Fix broken links causing deployment failures --- site/content/contribute/dev-environment-setup.md | 2 +- site/content/installation-upgrade/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/contribute/dev-environment-setup.md b/site/content/contribute/dev-environment-setup.md index 8a448036f1..dd11774bd3 100644 --- a/site/content/contribute/dev-environment-setup.md +++ b/site/content/contribute/dev-environment-setup.md @@ -19,7 +19,7 @@ While most Linux or FreeBSD operating systems can be used to contribute to the N ## Install NGINX -Follow the steps in the [Installation]({{< relref "/installation-github.md" >}}) section to download, install, and run NGINX and NGINX Agent. +Follow the steps in the [Installation]({{< relref "/installation-upgrade/" >}}) section to download, install, and run NGINX and NGINX Agent. ## Clone the NGINX Agent Repository diff --git a/site/content/installation-upgrade/getting-started.md b/site/content/installation-upgrade/getting-started.md index aa4e1108f3..c4023946dd 100644 --- a/site/content/installation-upgrade/getting-started.md +++ b/site/content/installation-upgrade/getting-started.md @@ -15,7 +15,7 @@ Follow these steps to configure and run NGINX Agent and a mock interface ("contr ## Install NGINX -Follow the steps in the [Installation]({{< relref "/installation-github.md" >}}) section to download, install, and run NGINX. +Follow the steps in the [Installation]({{< relref "/installation-upgrade/" >}}) section to download, install, and run NGINX. ## Clone the NGINX Agent Repository