From 1d48586b31ff15ee7283e0bd9da39054ee796518 Mon Sep 17 00:00:00 2001
From: buildmaster
Date: Fri, 27 Mar 2020 12:03:02 +0000
Subject: [PATCH] Sync docs from 2.2.x to gh-pages
---
2.2.x/reference/html/index.html | 3 +--
2.2.x/reference/html/spring-cloud-openfeign.html | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/2.2.x/reference/html/index.html b/2.2.x/reference/html/index.html
index a2ed24e8..d0c9d3a8 100644
--- a/2.2.x/reference/html/index.html
+++ b/2.2.x/reference/html/index.html
@@ -194,8 +194,7 @@ of the @FeignClient annotation.
for the "stores" service. If your application is a Eureka client then
it will resolve the service in the Eureka service registry. If you
don’t want to use Eureka, you can simply configure a list of servers
-in your external configuration (see
-above for example).
+in your external configuration using SimpleDiscoveryClient.
diff --git a/2.2.x/reference/html/spring-cloud-openfeign.html b/2.2.x/reference/html/spring-cloud-openfeign.html
index a2ed24e8..d0c9d3a8 100644
--- a/2.2.x/reference/html/spring-cloud-openfeign.html
+++ b/2.2.x/reference/html/spring-cloud-openfeign.html
@@ -194,8 +194,7 @@ of the @FeignClient annotation.
for the "stores" service. If your application is a Eureka client then
it will resolve the service in the Eureka service registry. If you
don’t want to use Eureka, you can simply configure a list of servers
-in your external configuration (see
-above for example).
+in your external configuration using SimpleDiscoveryClient.