Skip to content

Commit 023c8cc

Browse files
authored
Fix broken markdown links (#6655)
1 parent 581690e commit 023c8cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk-extensions/incubator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This artifact contains experimental code related to the trace and metric SDKs.
44

55
## File Configuration
66

7-
Allows for YAML based file configuration of `OpenTelemetrySdk` as defined in the [specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/file-configuration.md).
7+
Allows for YAML based file configuration of `OpenTelemetrySdk` as defined in the [specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/data-model.md#file-based-configuration-model).
88

99
Usage:
1010

@@ -18,7 +18,7 @@ try (FileInputStream yamlConfigFileInputStream = new FileInputStream("/path/to/c
1818
```
1919

2020
Notes:
21-
* Environment variable substitution is supported as [defined in the spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/file-configuration.md#environment-variable-substitution)
21+
* Environment variable substitution is supported as [defined in the spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/data-model.md#environment-variable-substitution)
2222
* Currently, there is no support for the SPIs defined in [opentelemetry-sdk-extension-autoconfigure-spi](../autoconfigure-spi). Only built in samplers, processors, exporters, etc can be configured.
2323
* You can use file configuration with [autoconfigure](https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/autoconfigure#file-configuration) to specify a configuration file via environment variable, e.g. `OTEL_EXPERIMENTAL_CONFIG_FILE=/path/to/config.yaml`.
2424

0 commit comments

Comments
 (0)