Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2020-04-09 14:03:22 +00:00
parent cb7f2bc1a3
commit 8ce8387258
4 changed files with 10 additions and 10 deletions

View File

@@ -145,7 +145,7 @@ such as <code>RestTemplate</code>, or your own code annotated with <code>@NewSpa
</div>
<div class="paragraph">
<p>Below, we&#8217;ll use the word Zipkin to describe the tracing system, and include
Zipkin screenshots. However, most services accepting Zipkin&#8217;s format[<a href="https://zipkin.io/zipkin-api/#/default/post_spans" class="bare">zipkin.io/zipkin-api/#/default/post_spans</a>],
Zipkin screenshots. However, most services accepting <a href="https://zipkin.io/zipkin-api/#/default/post_spans">Zipkin format</a>
have similar base features. Sleuth can also be configured to send data in other
formats, something detailed later.</p>
</div>
@@ -283,7 +283,7 @@ To do so, you have to do the following (for readability, we pass the dependencie
<p><strong>Logback Setup</strong></p>
</div>
<div class="paragraph">
<p>Consider the following example of a Logback configuration file (named <a href="https://raw.githubusercontent.com/spring-cloud/spring-cloud-sleuth/master/docs/src/main/asciidoc/logback-spring.xml">logback-spring.xml</a>).</p>
<p>Consider the following example of a Logback configuration file (logback-spring.xml).</p>
</div>
<div class="listingblock">
<div class="content">