From 623e968110fc4a3083966f04b1ebe60e28e7cfe4 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Sat, 7 Apr 2018 16:43:46 -0400 Subject: [PATCH] Use https in Jaeger links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef6f1646..0b805bc2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Jaeger Bindings for Go OpenTracing API Instrumentation library that implements an -[OpenTracing](http://opentracing.io) Tracer for Jaeger (http://jaegertracing.io). +[OpenTracing](http://opentracing.io) Tracer for Jaeger (https://jaegertracing.io). **IMPORTANT**: The library's import path is based on its original location under `github.com/uber`. Do not try to import it as `github.com/jaegertracing`, it will not compile. We might revisit this in the next major release. * :white_check_mark: `import "github.com/uber/jaeger-client-go"`