Skip to content

Commit 27488e2

Browse files
adrielppellared
andauthored
[chore] fix link checks for swift (#4653)
Fixes #4652 Minor change. The opentelemetry swift repo code was migrated recently to `opentelemetry-swift-core` causing urls to fail link checks --------- Co-authored-by: Robert Pająk <[email protected]>
1 parent b59864d commit 27488e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oteps/0258-env-context-baggage-carriers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ information below, it is recommended to leverage upper-cased environment
195195
variables for the carrier that align with context propagator specifications.
196196

197197
[python-env]: https://github.com/Div95/opentelemetry-python/tree/feature/env_propagator/propagator/opentelemetry-propagator-env
198-
[swift-env]: https://github.com/open-telemetry/opentelemetry-swift/blob/main/Sources/OpenTelemetrySdk/Trace/Propagation/EnvironmentContextPropagator.swift
198+
[swift-env]: https://github.com/open-telemetry/opentelemetry-swift-core/blob/c84cdc1760e20fc3a448c4e8aaae490f7d48ac67/Sources/OpenTelemetrySdk/Trace/Propagation/EnvironmentContextPropagator.swift
199199

200200
### UNIX Limitations
201201

specification/context/env-carriers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ are the same in that they:
204204
2. **Inject context**: Return a dictionary/map of environment variables that
205205
application owners can pass to their process spawning libraries
206206

207-
[swift]: https://github.com/open-telemetry/opentelemetry-swift/blob/main/Sources/OpenTelemetrySdk/Trace/Propagation/EnvironmentContextPropagator.swift
207+
[swift]: https://github.com/open-telemetry/opentelemetry-swift-core/blob/c84cdc1760e20fc3a448c4e8aaae490f7d48ac67/Sources/OpenTelemetrySdk/Trace/Propagation/EnvironmentContextPropagator.swift

0 commit comments

Comments
 (0)