From aef815b21e47254406afcfb95062c393d7bacf67 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Wed, 23 Aug 2023 15:56:11 -0400 Subject: [PATCH] Remove broken link in docs Fixes #1407 --- docs/src/main/asciidoc/property-source-config.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/main/asciidoc/property-source-config.adoc b/docs/src/main/asciidoc/property-source-config.adoc index 59a702645d..25a00f1c5b 100644 --- a/docs/src/main/asciidoc/property-source-config.adoc +++ b/docs/src/main/asciidoc/property-source-config.adoc @@ -967,8 +967,6 @@ 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/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).