From 9ba7c17c915b933aac4e6b0d04906994c8aa78ea Mon Sep 17 00:00:00 2001 From: Olga MaciaszekSharma Date: Thu, 4 Mar 2021 11:23:46 +0100 Subject: [PATCH] Fix section wording. --- README.adoc | 2 +- docs/src/main/asciidoc/quickstart.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 8ca355ce..5bb2aad3 100644 --- a/README.adoc +++ b/README.adoc @@ -282,7 +282,7 @@ public class Application { The application retrieves configuration data from Zookeeper. WARNING: If you use Spring Cloud Zookeeper Config, you need to set the `spring.config.import` property in order to bind to Zookeeper. -You can read more about it in the <>. +You can read more about it in the <>. == Zookeeper overview diff --git a/docs/src/main/asciidoc/quickstart.adoc b/docs/src/main/asciidoc/quickstart.adoc index b029bc2b..fe5f74b7 100644 --- a/docs/src/main/asciidoc/quickstart.adoc +++ b/docs/src/main/asciidoc/quickstart.adoc @@ -229,4 +229,4 @@ public class Application { The application retrieves configuration data from Zookeeper. WARNING: If you use Spring Cloud Zookeeper Config, you need to set the `spring.config.import` property in order to bind to Zookeeper. -You can read more about it in the <>. \ No newline at end of file +You can read more about it in the <>. \ No newline at end of file