Skip to content

Commit 0777bbe

Browse files
authored
fix: broken link fixed in Nplus install docker guide (#701)
Fixes a broken link caused by a recent change in the NGINX One console docs
1 parent b9222e5 commit 0777bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nginx/admin-guide/installing-nginx/installing-nginx-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ sudo docker run \
221221
```
222222

223223
To start the Docker container with NGINX Plus and NGINX Agent,
224-
you will need to additionally pass the NGINX One data plane key as the `NGINX_AGENT_SERVER_TOKEN` environment variable. For more information, see [Create and manage data plane keys](https://docs.nginx.com/nginx-one/how-to/data-plane-keys/create-manage-data-plane-keys/):
224+
you will need to additionally pass the NGINX One data plane key as the `NGINX_AGENT_SERVER_TOKEN` environment variable. For more information, see [Create and manage data plane keys]({{< ref "/nginx-one/connect-instances/create-manage-data-plane-keys.md" >}}):
225225

226226
```sh
227227
sudo docker run \

0 commit comments

Comments
 (0)