You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/03/25 00:56:27 UTC

[apisix] branch master updated: docs: fix links to OpenTelemetry specification (#6711)

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

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 6cd7b8d  docs: fix links to OpenTelemetry specification (#6711)
6cd7b8d is described below

commit 6cd7b8d024d2b3da9db0a61dbff3b462059fa233
Author: Patrice Chalin <ch...@users.noreply.github.com>
AuthorDate: Thu Mar 24 20:56:21 2022 -0400

    docs: fix links to OpenTelemetry specification (#6711)
---
 docs/en/latest/plugins/opentelemetry.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/en/latest/plugins/opentelemetry.md b/docs/en/latest/plugins/opentelemetry.md
index 336856b..ce722c4 100644
--- a/docs/en/latest/plugins/opentelemetry.md
+++ b/docs/en/latest/plugins/opentelemetry.md
@@ -23,9 +23,9 @@ title: opentelemetry
 
 ## Description
 
-[OpenTelemetry](https://opentelemetry.io/) report Tracing data according to [opentelemetry specification](https://github.com/open-telemetry/opentelemetry-specification).
+[OpenTelemetry](https://opentelemetry.io/) report Tracing data according to [OpenTelemetry specification](https://opentelemetry.io/docs/reference/specification/).
 
-Just support reporting in `HTTP` with `Content-Type=application/x-protobuf`, the specification: [OTLP/HTTP Request](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/otlp.md#otlphttp-request)。
+Just support reporting in `HTTP` with `Content-Type=application/x-protobuf`, the specification: [OTLP/HTTP Request](https://opentelemetry.io/docs/reference/specification/protocol/otlp/#otlphttp-request).
 
 ## Attributes
 
@@ -126,7 +126,7 @@ When you want to disable the opentelemetry plugin on a route/service, it is very
 you can delete the corresponding JSON configuration in the plugin configuration,
 no need to restart the service, it will take effect immediately:
 
-```shell
+```console
 $ curl http://127.0.0.1:9080/apisix/admin/routes/1  -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
 {
     "methods": ["GET"],