Skip to content

Commit 6b24bb7

Browse files
authored
fixing broken link to env var substitution spec (#165)
1 parent 041ff25 commit 6b24bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Environment variable substitution is supported with the syntax `${VARIABLE}` or
6060
`${env:VARIABLE}`. Default values are supported in the form
6161
`${VARIABLE:-default}`. The full specification for variable substitution can be
6262
found in the
63-
[opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/file-configuration.md#environment-variable-substitution).
63+
[opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/data-model.md#environment-variable-substitution).
6464

6565
#### Using a Different Schema Version
6666

0 commit comments

Comments
 (0)