From e9a095949237df0eee1c3199408ada395ed96a59 Mon Sep 17 00:00:00 2001 From: nginx-seanmoloney Date: Tue, 22 Apr 2025 15:03:47 +0100 Subject: [PATCH] Fix URL in Update NGINX Agent --- content/includes/agent/installation/update-container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/includes/agent/installation/update-container.md b/content/includes/agent/installation/update-container.md index c0f5778b2..9c6e87c40 100644 --- a/content/includes/agent/installation/update-container.md +++ b/content/includes/agent/installation/update-container.md @@ -10,7 +10,7 @@ To migrate NGINX Agent containers, we provide a script to convert NGINX Agent v2 To upgrade the configuration, you can follow this example: ```shell -wget https://github.com/nginx/agent/blob/v3/scripts/packages/upgrade-agent-config.sh +wget https://raw.githubusercontent.com/nginx/agent/refs/heads/v3/scripts/packages/upgrade-agent-config.sh ./upgrade-agent-config.sh --v2-config-file=./nginx-agent-v2.conf --v3-config-file=nginx-agent-v3.conf ```