From 6a734923ce343403f26fef124f35dd3ea6be2abc Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Fri, 14 Oct 2022 17:25:00 +0200 Subject: [PATCH] [all] Fix security doc links (#14949) Fix security.md links --- README.md | 2 +- exporter/coralogixexporter/README.md | 2 +- exporter/datadogexporter/README.md | 2 +- exporter/dynatraceexporter/README.md | 2 +- exporter/sapmexporter/README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 124e093c4bc57..1c43890f6146b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@   •   Performance   •   - Security + Security   •   Roadmap diff --git a/exporter/coralogixexporter/README.md b/exporter/coralogixexporter/README.md index 4c94e581ef8be..b48a1134cf449 100644 --- a/exporter/coralogixexporter/README.md +++ b/exporter/coralogixexporter/README.md @@ -10,7 +10,7 @@ The Coralogix exporter sends traces, metrics and logs to [Coralogix](https://coralogix.com/). > Please review the Collector's [security -> documentation](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/security.md), +> documentation](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/security-best-practices.md), > which contains recommendations on securing sensitive information such as the > API key required by this exporter. diff --git a/exporter/datadogexporter/README.md b/exporter/datadogexporter/README.md index 0a5c19a876c12..b539883e09a64 100644 --- a/exporter/datadogexporter/README.md +++ b/exporter/datadogexporter/README.md @@ -8,7 +8,7 @@ | Supported pipeline types | traces, metrics, logs| | Distributions | [contrib], [AWS] | -> Please review the Collector's [security documentation](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/security.md), which contains recommendations on securing sensitive information such as the API key required by this exporter. +> Please review the Collector's [security documentation](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/security-best-practices.md), which contains recommendations on securing sensitive information such as the API key required by this exporter. Visit the [official documentation](https://docs.datadoghq.com/tracing/trace_collection/open_standards/otel_collector_datadog_exporter/) for usage instructions. diff --git a/exporter/dynatraceexporter/README.md b/exporter/dynatraceexporter/README.md index 47939f4ff729d..ec62fed907eab 100644 --- a/exporter/dynatraceexporter/README.md +++ b/exporter/dynatraceexporter/README.md @@ -18,7 +18,7 @@ More information on exporting traces to Dynatrace can be found in the > The requests sent to Dynatrace are authenticated using an API token mechanism documented [here](https://www.dynatrace.com/support/help/dynatrace-api/basics/dynatrace-api-authentication/). > Please review the Collector's [security -> documentation](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/security.md), +> documentation](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/security-best-practices.md), > which contains recommendations on securing sensitive information such as the > API key required by this exporter. diff --git a/exporter/sapmexporter/README.md b/exporter/sapmexporter/README.md index ce6597010f205..2a8eef0e2126d 100644 --- a/exporter/sapmexporter/README.md +++ b/exporter/sapmexporter/README.md @@ -11,7 +11,7 @@ the collector to export traces from multiples nodes/services in a single batch. and some useful related utilities can be found [here](https://github.com/signalfx/sapm-proto/). > Please review the Collector's [security -> documentation](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/security.md), +> documentation](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/security-best-practices.md), > which contains recommendations on securing sensitive information such as the > API key required by this exporter.