Skip to content

Commit

Permalink
Use https in Jaeger links
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro authored Apr 7, 2018
1 parent 5f06b20 commit 623e968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 623e968

Please sign in to comment.