From 923f4e0f3d8a5806674444f4d8b8d4f34cb7a54a Mon Sep 17 00:00:00 2001 From: yar Date: Tue, 25 Jun 2024 10:52:01 +0100 Subject: [PATCH] URL fix for building docker image in README.md the current url shows 404 I'm not completely sure if this one is 100% correct, but it's better than 404: https://docs.nginx.com/nginx-agent/installation-upgrade/container-environments/docker-images/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bc86e438..bcd29e44e 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ To build an image that contains the latest NGINX Agent and the latest mainline v make official-oss-image ``` -For more information on how to run NGINX Agent containers and how build an image that uses NGINX Plus instead of NGINX OSS see [Docker Images](https://docs.nginx.com/nginx-agent/docker-images/) +For more information on how to run NGINX Agent containers and how build an image that uses NGINX Plus instead of NGINX OSS see [Docker Images](https://docs.nginx.com/nginx-agent/installation-upgrade/container-environments/docker-images/) # Getting Started with NGINX Agent Follow these steps to configure and run NGINX Agent and a mock interface ("control plane") to which the NGINX Agent will report.