Skip to content

Commit abf09d4

Browse files
Agent fix url (#437)
Fix URL in Update NGINX Agent
1 parent b7dcd95 commit abf09d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/includes/agent/installation/update-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To migrate NGINX Agent containers, we provide a script to convert NGINX Agent v2
1010
To upgrade the configuration, you can follow this example:
1111

1212
```shell
13-
wget https://github.com/nginx/agent/blob/v3/scripts/packages/upgrade-agent-config.sh
13+
wget https://raw.githubusercontent.com/nginx/agent/refs/heads/v3/scripts/packages/upgrade-agent-config.sh
1414
./upgrade-agent-config.sh --v2-config-file=./nginx-agent-v2.conf --v3-config-file=nginx-agent-v3.conf
1515
```
1616

0 commit comments

Comments
 (0)