From c67a524fe68c99c4e32571476ad522defb921660 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 31 Aug 2018 09:58:18 +0200 Subject: [PATCH] Fixed the branch --- README.adoc | 2 +- docs/src/main/asciidoc/intro.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 1198274d8..adacc869c 100644 --- a/README.adoc +++ b/README.adoc @@ -45,7 +45,7 @@ NOTE: Set `spring.application.name=myService` (for instance) to see the service IMPORTANT: If you use Zipkin, configure the probability of spans exported by setting `spring.sleuth.sampler.probability` (default: 0.1, which is 10 percent). Otherwise, you might think that Sleuth is not working be cause it omits some spans. -:branch: master +:branch: 2.0.x == Introduction diff --git a/docs/src/main/asciidoc/intro.adoc b/docs/src/main/asciidoc/intro.adoc index f8a7d6a88..588f408b1 100644 --- a/docs/src/main/asciidoc/intro.adoc +++ b/docs/src/main/asciidoc/intro.adoc @@ -1,4 +1,4 @@ -:branch: master +:branch: 2.0.x == Introduction