From ab2ccf25622a3938c6425cd1b409e67c2b9c6865 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 15 Nov 2017 15:36:30 +0100 Subject: [PATCH] Updated docs --- README.adoc | 6 +++--- docs/src/main/asciidoc/intro.adoc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.adoc b/README.adoc index 8c4a54be8..2cb95b5a9 100644 --- a/README.adoc +++ b/README.adoc @@ -480,7 +480,7 @@ dependencies. ---- <1> In order not to pick versions by yourself it's much better if you add the dependency management via the Spring BOM -<2> Add the dependency to `spring-cloud-starter-sleuth-zipkin2` - that way all dependent dependencies will be downloaded +<2> Add the dependency to `spring-cloud-starter-zipkin2` - that way all dependent dependencies will be downloaded <3> To automatically configure rabbit, simply add the spring-rabbit dependency [source,groovy,indent=0,subs="verbatim,attributes",role="secondary"] @@ -493,13 +493,13 @@ dependencyManagement { <1> } dependencies { - compile "org.springframework.cloud:spring-cloud-starter-sleuth-zipkin2" <2> + compile "org.springframework.cloud:spring-cloud-starter-zipkin2" <2> compile "org.springframework.amqp:spring-rabbit" <3> } ---- <1> In order not to pick versions by yourself it's much better if you add the dependency management via the Spring BOM -<2> Add the dependency to `spring-cloud-starter-sleuth-zipkin2` - that way all dependent dependencies will be downloaded +<2> Add the dependency to `spring-cloud-starter-zipkin2` - that way all dependent dependencies will be downloaded <3> To automatically configure rabbit, simply add the spring-rabbit dependency == Additional resources diff --git a/docs/src/main/asciidoc/intro.adoc b/docs/src/main/asciidoc/intro.adoc index e321aa3dc..9900a0db2 100644 --- a/docs/src/main/asciidoc/intro.adoc +++ b/docs/src/main/asciidoc/intro.adoc @@ -359,7 +359,7 @@ dependencies. ---- <1> In order not to pick versions by yourself it's much better if you add the dependency management via the Spring BOM -<2> Add the dependency to `spring-cloud-starter-sleuth-zipkin2` - that way all dependent dependencies will be downloaded +<2> Add the dependency to `spring-cloud-starter-zipkin2` - that way all dependent dependencies will be downloaded <3> To automatically configure rabbit, simply add the spring-rabbit dependency [source,groovy,indent=0,subs="verbatim,attributes",role="secondary"] @@ -372,13 +372,13 @@ dependencyManagement { <1> } dependencies { - compile "org.springframework.cloud:spring-cloud-starter-sleuth-zipkin2" <2> + compile "org.springframework.cloud:spring-cloud-starter-zipkin2" <2> compile "org.springframework.amqp:spring-rabbit" <3> } ---- <1> In order not to pick versions by yourself it's much better if you add the dependency management via the Spring BOM -<2> Add the dependency to `spring-cloud-starter-sleuth-zipkin2` - that way all dependent dependencies will be downloaded +<2> Add the dependency to `spring-cloud-starter-zipkin2` - that way all dependent dependencies will be downloaded <3> To automatically configure rabbit, simply add the spring-rabbit dependency == Additional resources