diff --git a/Configuration.md b/Configuration.md index b58f725..50babcd 100644 --- a/Configuration.md +++ b/Configuration.md @@ -9,8 +9,8 @@ Variables which are arrays are usually composed by putting all the values into t For example defining `ALLOWED_HOSTS=localhost ::1 127.0.0.1` would allows access to Netbox through `http://localhost:8080`, `http://[::1]:8080` and `http://127.0.0.1:8080`. [compose-env]: https://docs.docker.com/compose/environment-variables/ -[docker-config]: https://github.com/netbox-community/netbox-docker/blob/master/configuration/configuration.py -[entrypoint]: https://github.com/netbox-community/netbox-docker/blob/master/docker/docker-entrypoint.sh +[docker-config]: https://github.com/netbox-community/netbox-docker/blob/release/configuration/configuration.py +[entrypoint]: https://github.com/netbox-community/netbox-docker/blob/release/docker/docker-entrypoint.sh ## Configure for Production