Skip to content

Commit f4ca6f5

Browse files
committedFeb 16, 2024
doc: with anchor
1 parent 6b734b0 commit f4ca6f5

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-sdk/src/resource

1 file changed

+1
-1
lines changed
 

‎opentelemetry-sdk/src/resource/env.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const OTEL_SERVICE_NAME: &str = "OTEL_SERVICE_NAME";
1414
/// general SDK configuration from environment.
1515
///
1616
/// See
17-
/// [semantic conventions](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/sdk.md)
17+
/// [semantic conventions](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/sdk.md#specifying-resource-information-via-an-environment-variable)
1818
/// for details.
1919
#[derive(Debug)]
2020
pub struct EnvResourceDetector {

0 commit comments

Comments
 (0)