From commits-return-1911-archive-asf-public=cust-asf.ponee.io@zipkin.apache.org Tue Jun 11 17:44:11 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id DAE2E180627 for ; Tue, 11 Jun 2019 19:44:10 +0200 (CEST) Received: (qmail 5611 invoked by uid 500); 11 Jun 2019 17:44:10 -0000 Mailing-List: contact commits-help@zipkin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zipkin.apache.org Delivered-To: mailing list commits@zipkin.apache.org Received: (qmail 5602 invoked by uid 99); 11 Jun 2019 17:44:10 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jun 2019 17:44:10 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2942387AAE; Tue, 11 Jun 2019 17:44:10 +0000 (UTC) Date: Tue, 11 Jun 2019 17:44:10 +0000 To: "commits@zipkin.apache.org" Subject: [incubator-zipkin-api] branch master updated: Update deployed API docs link MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156027505011.30955.13195904274807420153@gitbox.apache.org> From: devinsba@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-zipkin-api X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: bc3cd4af4108f2ff7522d0c2782a6bb856bc05dd X-Git-Newrev: ee6e17392d320a19d1613a2ac7a7a3d2722e25e5 X-Git-Rev: ee6e17392d320a19d1613a2ac7a7a3d2722e25e5 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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.