Skip to content

Commit

Permalink
Update W3C Baggage spec link to latest stable (open-telemetry#2413)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored Nov 23, 2021
1 parent 18d265c commit 1ea6ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion propagation/baggage.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const baggageHeader = "baggage"
// Baggage is a propagator that supports the W3C Baggage format.
//
// This propagates user-defined baggage associated with a trace. The complete
// specification is defined at https://w3c.github.io/baggage/.
// specification is defined at https://www.w3.org/TR/baggage/.
type Baggage struct{}

var _ TextMapPropagator = Baggage{}
Expand Down
2 changes: 1 addition & 1 deletion propagation/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ OpenTelemetry propagators are used to extract and inject context data from and
into messages exchanged by applications. The propagator supported by this
package is the W3C Trace Context encoding
(https://www.w3.org/TR/trace-context/), and W3C Baggage
(https://w3c.github.io/baggage/).
(https://www.w3.org/TR/baggage/).
*/
package propagation // import "go.opentelemetry.io/otel/propagation"

0 comments on commit 1ea6ee3

Please sign in to comment.