From 69a27e8624dd65e838c3556eb622dca0ffcdd9ae Mon Sep 17 00:00:00 2001 From: Olga MaciaszekSharma Date: Mon, 18 Sep 2023 11:56:50 +0200 Subject: [PATCH] Fix cross references --- docs/modules/ROOT/pages/spring-cloud-netflix.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/spring-cloud-netflix.adoc b/docs/modules/ROOT/pages/spring-cloud-netflix.adoc index 33862d9bf..bd087aa8e 100755 --- a/docs/modules/ROOT/pages/spring-cloud-netflix.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-netflix.adoc @@ -272,8 +272,8 @@ In Cloud Foundry, the `vcap.application.instance_id` is populated automatically [[using-the-eurekaclient]] === Using the EurekaClient -Once you have an application that is a discovery client, you can use it to discover service instances from the <>. +Once you have an application that is a discovery client, you can use it to discover service instances from the <> +. One way to do so is to use the native `com.netflix.discovery.EurekaClient` (as opposed to the Spring Cloud `DiscoveryClient`), as shown in the following example: ----