From b1901e0eb3c3aba30dfb40897a2ef2b3fe3574d3 Mon Sep 17 00:00:00 2001 From: Landon Orr Date: Fri, 14 Feb 2020 09:49:37 -0500 Subject: [PATCH] Fix broken links --- Configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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