From ec66236c037e198a6febc68313bc34f3e09048bf Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Mon, 10 May 2021 20:16:55 -0400 Subject: [PATCH] Fixing link to reload example. Fixes #785 --- docs/src/main/asciidoc/property-source-config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/property-source-config.adoc b/docs/src/main/asciidoc/property-source-config.adoc index d779078f..3c1fb7f0 100644 --- a/docs/src/main/asciidoc/property-source-config.adoc +++ b/docs/src/main/asciidoc/property-source-config.adoc @@ -561,7 +561,7 @@ output. More generally speaking, changes associated to properties prefixed with field of the `@ConfigurationProperties` annotation are detected and reflected in the application. <> is explained earlier in this chapter. -The full example is available in https://github.com/fabric8io/spring-cloud-kubernetes/tree/master/spring-cloud-kubernetes-examples/kubernetes-reload-example[`spring-cloud-kubernetes-reload-example`]. +The full example is available in https://github.com/spring-cloud/spring-cloud-kubernetes/tree/main/spring-cloud-kubernetes-examples/kubernetes-reload-example[`spring-cloud-kubernetes-reload-example`]. The reload feature supports two operating modes: * Event (default): Watches for changes in config maps or secrets by using the Kubernetes API (web socket).