You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by de...@apache.org on 2019/06/11 17:44:10 UTC

[incubator-zipkin-api] branch master updated: Update deployed API docs link

This is an automated email from the ASF dual-hosted git repository.

devinsba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-api.git


The following commit(s) were added to refs/heads/master by this push:
     new ee6e173  Update deployed API docs link
ee6e173 is described below

commit ee6e17392d320a19d1613a2ac7a7a3d2722e25e5
Author: Brian Devins-Suresh <ba...@gmail.com>
AuthorDate: Tue Jun 11 13:44:06 2019 -0400

    Update deployed API docs link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7fa42a4..3f3473a 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,6 @@ This repo includes an [OpenAPI Spec](./zipkin-api.yaml) and [Protocol Buffers in
 
 ## OpenApi (Http endpoint of the zipkin server)
 * [/api/v1](./zipkin-api.yaml) - Still supported on zipkin-server
-* [/api/v2](./zipkin2-api.yaml) - Most recent and published [here](http://zipkin.io/zipkin-api/#/)
+* [/api/v2](./zipkin2-api.yaml) - Most recent and published [here](https://zipkin.apache.org/zipkin-api/#/)
 
 Take a look at the [example repository](https://github.com/openzipkin/zipkin-api-example) for how to use this.