Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit d683a9e

Browse files
shakuzenmayurkale22
authored andcommitted
Use HTTPS links in Zipkin exporter README (#636)
1 parent 056523d commit d683a9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/opencensus-exporter-zipkin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
OpenCensus Zipkin Trace Exporter allows the user to send collected traces with [OpenCensus Node.js](https://github.com/census-instrumentation/opencensus-node) to Zipkin.
55

6-
[Zipkin](http://zipkin.io/) is a distributed
6+
[Zipkin](https://zipkin.io/) is a distributed
77
tracing system. It helps gather timing data needed to troubleshoot
88
latency problems in microservice architectures. It manages both the
99
collection and lookup of this data.
@@ -20,7 +20,7 @@ npm install @opencensus/exporter-zipkin
2020

2121
## Usage
2222

23-
To use [Zipkin](http://zipkin.io/) as your exporter, first, download from any of the three available options on [Quickstart](https://zipkin.io/pages/quickstart.html): through Docker, on Java or manually compiling the source code. Tests were executed running Zipkin with Java, through the following commands on terminal:
23+
To use [Zipkin](https://zipkin.io/) as your exporter, first, download from any of the three available options on [Quickstart](https://zipkin.io/pages/quickstart.html): through Docker, on Java or manually compiling the source code. Tests were executed running Zipkin with Java, through the following commands on terminal:
2424

2525
```bash
2626
wget -O zipkin.jar 'https://search.maven.org/remote_content?g=io.zipkin.java&a=zipkin-server&v=LATEST&c=exec'

0 commit comments

Comments
 (0)