From c2d2978da6b18588cf2ce708f98ad5dd45648d26 Mon Sep 17 00:00:00 2001 From: Ernestas Narmontas Date: Tue, 31 Mar 2020 17:22:35 +0300 Subject: [PATCH] Fixed links that pointed to master branch --- Deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Deployment.md b/Deployment.md index a1807cf..96df815 100644 --- a/Deployment.md +++ b/Deployment.md @@ -21,9 +21,9 @@ If a secret is defined by an environment variable and in the respective file at * `REDIS_CACHE_PASSWORD`: `/run/secrets/redis_cache_password` * `AUTH_LDAP_BIND_PASSWORD`: `/run/secrets/auth_ldap_bind_password` -[docker-config]: https://github.com/netbox-community/netbox-docker/blob/master/configuration/configuration.py +[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 -[entrypoint]: https://github.com/netbox-community/netbox-docker/blob/master/docker/docker-entrypoint.sh +[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/ [openshift-config]: https://docs.openshift.org/latest/dev_guide/configmaps.html