From 4d73dc57901a26996f5dfb519d1c97bd88e5e34f Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 31 Aug 2018 09:59:24 +0200 Subject: [PATCH] Fixed docs --- 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 305a850cf..3893567ec 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: 2.0.x +:branch: master == Introduction diff --git a/docs/src/main/asciidoc/intro.adoc b/docs/src/main/asciidoc/intro.adoc index ef33e2c52..c991197ab 100644 --- a/docs/src/main/asciidoc/intro.adoc +++ b/docs/src/main/asciidoc/intro.adoc @@ -1,4 +1,4 @@ -:branch: 2.0.x +:branch: master == Introduction