diff --git a/securing_apps/topics/docker/docker-overview.adoc b/securing_apps/topics/docker/docker-overview.adoc index dc30a8e467..1e5ad22b51 100644 --- a/securing_apps/topics/docker/docker-overview.adoc +++ b/securing_apps/topics/docker/docker-overview.adoc @@ -19,7 +19,7 @@ For users with more advanced Docker registry configurations, it is generally rec service: docker-test issuer: http://localhost:8080/auth/realms/master -This output can then be copied into any existing registry config file. See the link:https://docs.docker.com/registry/configuration/[registry config file specification] for more information on how the file should be set up, or start with link:https://github.com/docker/distribution/blob/master/cmd/registry/config-example.yml[a basic example]. +This output can then be copied into any existing registry config file. See the link:https://docs.docker.com/registry/configuration/[registry config file specification] for more information on how the file should be set up, or start with link:https://github.com/distribution/distribution/blob/main/cmd/registry/config-example.yml[a basic example]. WARNING: Don't forget to configure the `rootcertbundle` field with the location of the {project_name} realm's public certificate. The auth configuration will not work without this argument.