From 11c76f4b93c417a683b491f760e45c5169fa959a Mon Sep 17 00:00:00 2001 From: John David White Date: Mon, 11 Aug 2025 15:54:12 +0100 Subject: [PATCH] Fix agent container migration path --- 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 f5d3fe10a..8e62e603c 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://raw.githubusercontent.com/nginx/agent/refs/heads/v3/scripts/packages/upgrade-agent-config.sh +wget https://raw.githubusercontent.com/nginx/agent/refs/heads/main/scripts/packages/upgrade-agent-config.sh ./upgrade-agent-config.sh --v2-config-file=./nginx-agent-v2.conf --v3-config-file=nginx-agent-v3.conf ```