From 44d460cc7bb0b63450ebcc4ea6de2c90ce33219a Mon Sep 17 00:00:00 2001 From: Mike Buhot Date: Mon, 29 Feb 2016 09:36:10 +1000 Subject: [PATCH] Fix bad zipkin project link in index.html Fix typo in url for zipkin https://github.com/openzipkin/zipkin. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 078e8bf55..eb3cc6020 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@ badges: {% capture billboard_description %} -Spring Cloud Sleuth implements a distributed tracing solution for Spring Cloud, borrowing heavily from [Dapper](http://research.google.com/pubs/pub36356.html), [Zipkin](https://github.com/openkipkin/zipkin) and HTrace. For most users Sleuth should be invisible, and all your interactions with external systems should be instrumented automatically. You can capture data simply in logs, or by sending it to a remote collector service. +Spring Cloud Sleuth implements a distributed tracing solution for Spring Cloud, borrowing heavily from [Dapper](http://research.google.com/pubs/pub36356.html), [Zipkin](https://github.com/openzipkin/zipkin) and HTrace. For most users Sleuth should be invisible, and all your interactions with external systems should be instrumented automatically. You can capture data simply in logs, or by sending it to a remote collector service. {% endcapture %}