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

[incubator-zipkin-website] branch master updated: links

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 954e820  links
954e820 is described below

commit 954e820cae72b5f86d9c6a4b5708c71f8902f816
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Wed Jun 5 17:43:54 2019 +0800

    links
---
 pages/extensions_choices.md      | 2 +-
 pages/tracers_instrumentation.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/extensions_choices.md b/pages/extensions_choices.md
index d89eeff..f7a48ce 100644
--- a/pages/extensions_choices.md
+++ b/pages/extensions_choices.md
@@ -14,7 +14,7 @@ Please refer to their individual documentation for setup and configuration guide
 The following extensions are supported by the Zipkin team. You can reach out to the team on [Gitter](https://gitter.im/openzipkin/zipkin/) chat.
 
 | Type | Module | Related product | Other notes |
-|:-----|:--------|:----------------|:------------|{% for extension in site.data.openzipkin_extensions %}
+|:-----|:--------|:----------------|:------------|{% for extension in site.data.extensions %}
 | {{ extension.type }} | {{ extension.module }} | {{extension.product}} | {{ extension.notes }} |{% endfor %}
 {: .wide-table}
 
diff --git a/pages/tracers_instrumentation.md b/pages/tracers_instrumentation.md
index ccc2377..99b440b 100644
--- a/pages/tracers_instrumentation.md
+++ b/pages/tracers_instrumentation.md
@@ -17,7 +17,7 @@ guides.
 The following libraries are supported by the Zipkin team. You can reach out to the team on [Gitter](https://gitter.im/openzipkin/zipkin/) chat.
 
 | Language | Library | Framework | Propagation Supported | Transports Supported | Sampling Supported? | Other notes |
-|:---------|:--------|:----------|:----------------------|:---------------------|:--------------------|:------------|{% for lib in site.data.openzipkin_tracers_instrumentation %}
+|:---------|:--------|:----------|:----------------------|:---------------------|:--------------------|:------------|{% for lib in site.data.tracers_instrumentation %}
 | {{ lib.language }} | {{ lib.library }} | {{lib.framework}} | {{ lib.propagation }} | {{ lib.transports }} | {{ lib.sampling }} | {{ lib.notes }} |{% endfor %}
 {: .wide-table}