From 354142e7258ef5233137227c8b32e9776b0f1897 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Wed, 15 Apr 2020 09:12:48 +0800 Subject: [PATCH] fixes broken link --- docs/src/main/asciidoc/features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/features.adoc b/docs/src/main/asciidoc/features.adoc index 87f2a202d..08886ffc8 100644 --- a/docs/src/main/asciidoc/features.adoc +++ b/docs/src/main/asciidoc/features.adoc @@ -122,7 +122,7 @@ including the count of calls and how many errors exist. The example application will make a simple diagram like this, but your real environment diagram may be more complex. -image::https://raw.githubusercontent.com/spring-cloud/spring-cloud-sleuth/{branch}/docs/src/main/asciidoc/images/zipkin-depedendencies.png[Zipkin Dependencies] +image::https://raw.githubusercontent.com/spring-cloud/spring-cloud-sleuth/{branch}/docs/src/main/asciidoc/images/zipkin-dependencies.png[Zipkin Dependencies] *Note*: Production environments will generate a lot of data. You will likely need to run a separate service to aggregate the dependency graph. You can learn