From b9da875b88358d36c7c34c7d0fa824e7a9b39441 Mon Sep 17 00:00:00 2001 From: Igor Peschinskii <7569513+peschinskiy@users.noreply.github.com> Date: Wed, 24 Jun 2026 09:42:27 +0200 Subject: [PATCH] Fix link reference in OSS setup documentation (#37678) Updated link reference for full configuration files. --- .../en/opentelemetry/setup/collector_exporter/oss_setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/opentelemetry/setup/collector_exporter/oss_setup.md b/content/en/opentelemetry/setup/collector_exporter/oss_setup.md index 9394ee1c711..d5836bc70fb 100644 --- a/content/en/opentelemetry/setup/collector_exporter/oss_setup.md +++ b/content/en/opentelemetry/setup/collector_exporter/oss_setup.md @@ -223,7 +223,9 @@ For cloud-specific environments, add the appropriate resource detection detector - **Google Cloud**: `detectors: [gcp, env, system]` - **Azure**: `detectors: [azure, env, system]` -See the [full configuration files][5] for an optional config to gather additional metadata about the system. +See the [full configuration files][500] for an optional config to gather additional metadata about the system. + +[500]: https://github.com/DataDog/opentelemetry-examples/tree/experimental-oss-config/configurations/opentelemetry-collector {{% /tab %}}