Fixing dockerhub links in docs and Readme (#806)

This commit is contained in:
Jonatan Ivanov
2021-06-01 06:42:07 -07:00
committed by GitHub
parent 22416c2b1c
commit 7d40a449fc
2 changed files with 2 additions and 2 deletions

View File

@@ -1031,7 +1031,7 @@ actuator endpoint `/refresh` or via publishing a `RefreshRemoteApplicationEvent`
To achieve this configuration refresh of a Spring Cloud app running on Kubernetes, you can deploy the Spring Cloud
Kubernetes Configuration Watcher controller into your Kubernetes cluster.
The application is published as a container and is available on https://hub.docker.com/repository/docker/springcloud/spring-cloud-kubernetes-configuration-watcher[Docker Hub].
The application is published as a container and is available on https://hub.docker.com/r/springcloud/spring-cloud-kubernetes-configuration-watcher[Docker Hub].
Spring Cloud Kubernetes Configuration Watcher can send refresh notifications to applications in two ways.

View File

@@ -11,7 +11,7 @@ actuator endpoint `/refresh` or via publishing a `RefreshRemoteApplicationEvent`
To achieve this configuration refresh of a Spring Cloud app running on Kubernetes, you can deploy the Spring Cloud
Kubernetes Configuration Watcher controller into your Kubernetes cluster.
The application is published as a container and is available on https://hub.docker.com/repository/docker/springcloud/spring-cloud-kubernetes-configuration-watcher[Docker Hub].
The application is published as a container and is available on https://hub.docker.com/r/springcloud/spring-cloud-kubernetes-configuration-watcher[Docker Hub].
Spring Cloud Kubernetes Configuration Watcher can send refresh notifications to applications in two ways.