From d2caf0e412bdb6520efb212483c565cc95666963 Mon Sep 17 00:00:00 2001 From: aSauerwein Date: Wed, 27 Apr 2022 23:18:46 +0200 Subject: [PATCH] fix link to netbox default config file --- Deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deployment.md b/Deployment.md index abf81de..55ac6ac 100644 --- a/Deployment.md +++ b/Deployment.md @@ -23,7 +23,7 @@ If a secret is defined by an environment variable and in the respective file at * `AUTH_LDAP_BIND_PASSWORD`: `/run/secrets/auth_ldap_bind_password` [docker-config]: https://github.com/netbox-community/netbox-docker/blob/release/configuration/configuration.py -[default-config]: https://github.com/netbox-community/netbox/blob/develop/netbox/netbox/configuration.example.py +[default-config]: https://github.com/netbox-community/netbox/blob/develop/netbox/netbox/configuration_example.py [entrypoint]: https://github.com/netbox-community/netbox-docker/blob/release/docker/docker-entrypoint.sh [swarm-config]: https://docs.docker.com/engine/swarm/configs/ [swarm-secrets]: https://docs.docker.com/engine/swarm/secrets/