Skip to content

Commit 3c72d35

Browse files
authored
[chore][envprovider] Fix OTel doc link (#12504)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description The existing link 404s, this updates it to the correct URL.
1 parent 1c683a1 commit 3c72d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

confmap/provider/envprovider/provider.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type provider struct {
3333
// A default value for unset variable can be provided after :- suffix, for example:
3434
// `env:NAME_OF_ENVIRONMENT_VARIABLE:-default_value`
3535
//
36-
// See also: https://opentelemetry.io/docs/specs/otel/configuration/file-configuration/#environment-variable-substitution
36+
// See also: https://opentelemetry.io/docs/specs/otel/configuration/data-model/#environment-variable-substitution
3737
func NewFactory() confmap.ProviderFactory {
3838
return confmap.NewProviderFactory(newProvider)
3939
}

0 commit comments

Comments
 (0)