You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/04/02 01:19:30 UTC

[incubator-skywalking] branch jaeger-receiver updated: Fix a break link.

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

wusheng pushed a commit to branch jaeger-receiver
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/jaeger-receiver by this push:
     new ae84fe5  Fix a break link.
ae84fe5 is described below

commit ae84fe512b160943ab412a90325ddec38a2f783a
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Apr 1 18:19:20 2019 -0700

    Fix a break link.
---
 docs/en/setup/backend/backend-receivers.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/setup/backend/backend-receivers.md b/docs/en/setup/backend/backend-receivers.md
index cfeb940..040f14f 100644
--- a/docs/en/setup/backend/backend-receivers.md
+++ b/docs/en/setup/backend/backend-receivers.md
@@ -12,7 +12,7 @@ We have following receivers, and `default` implementors are provided in our Apac
 1. **istio-telemetry**. Istio telemetry is from Istio official bypass adaptor, this receiver match its gRPC services.
 1. **envoy-metric**. Envoy `metrics_service` supported by this receiver. OAL script support all GAUGE type metrics. 
 1. **receiver_zipkin**. See [details](#zipkin-receiver).
-1. **receiver_jaeger**. See [details]
+1. **receiver_jaeger**. See [details](#jaeger-receiver).
 
 The sample settings of these receivers should be already in default `application.yml`, and also list here
 ```yaml