From 94ebc22e0e96b89f245d5923003c0148d6721be1 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Sat, 7 Apr 2018 16:38:23 -0400 Subject: [PATCH] Use https in Jaeger link --- _docs/pages/supported-tracers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/pages/supported-tracers.md b/_docs/pages/supported-tracers.md index bce3f640f..285e15929 100644 --- a/_docs/pages/supported-tracers.md +++ b/_docs/pages/supported-tracers.md @@ -2,7 +2,7 @@ ## CNCF Jaeger -[Jaeger \\ˈyā-gər\\](http://jaegertracing.io) is a distributed tracing system, originally open sourced by [Uber Technologies](https://eng.uber.com/distributed-tracing/). It provides distributed context propagation, distributed transaction monitoring, root cause analysis, service dependency analysis, and performance / latency optimization. Built with OpenTracing support from inception, Jaeger includes OpenTracing client libraries in several languages, including [Java](https://github.com/uber/jaeger-client-java), [Go](https://github.com/uber/jaeger-client-go), [Python](https://github.com/uber/jaeger-client-python), [Node.js](https://github.com/uber/jaeger-client-node), and [C++](https://github.com/jaegertracing/cpp-client). It is a [Cloud Native Computing Foundation](https://www.cncf.io/) member project. +[Jaeger \\ˈyā-gər\\](https://jaegertracing.io) is a distributed tracing system, originally open sourced by [Uber Technologies](https://eng.uber.com/distributed-tracing/). It provides distributed context propagation, distributed transaction monitoring, root cause analysis, service dependency analysis, and performance / latency optimization. Built with OpenTracing support from inception, Jaeger includes OpenTracing client libraries in several languages, including [Java](https://github.com/uber/jaeger-client-java), [Go](https://github.com/uber/jaeger-client-go), [Python](https://github.com/uber/jaeger-client-python), [Node.js](https://github.com/uber/jaeger-client-node), and [C++](https://github.com/jaegertracing/cpp-client). It is a [Cloud Native Computing Foundation](https://www.cncf.io/) member project. ## Appdash