From 5da51fae5654f836690510052668a3f515c4bb69 Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Sun, 15 Dec 2024 07:10:49 +0700 Subject: [PATCH] [README] links caption (#11893) #### Description Provide caption of a link in README #### Link to tracking issue Fixes # #### Testing #### Documentation --- README.md | 2 +- docs/security-best-practices.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dca48bd0e05..90ad7d3e54a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@   •   Configuration   •   - Monitoring   •   Security   •   diff --git a/docs/security-best-practices.md b/docs/security-best-practices.md index 710d82f221a..22fd1b81df6 100644 --- a/docs/security-best-practices.md +++ b/docs/security-best-practices.md @@ -82,7 +82,7 @@ sensitive and non-sensitive data as the Collector MUST support environment variable expansion. > For more information on environment variable expansion, see -> [this](https://opentelemetry.io/docs/collector/configuration/#configuration-environment-variables) +> [this](https://opentelemetry.io/docs/collector/configuration/#environment-variables) > documentation. When defining Go structs for configuration data that may contain sensitive information, use the `configopaque` package to define fields with the `configopaque.String` type. This ensures that the data is masked when serialized to prevent accidental exposure.