File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Implementing a protocol binding
2
2
3
- From the [ specification] ( https://github.com/cloudevents/spec/blob/v1.0.1 /spec.md#protocol-binding ) :
3
+ From the [ specification] ( https://github.com/cloudevents/spec/blob/main/cloudevents /spec.md#protocol-binding ) :
4
4
5
5
> A protocol binding describes how events are sent and received over a given protocol.
6
6
Original file line number Diff line number Diff line change 2
2
3
3
The ` CloudEventFormatter ` abstract type in the C# SDK is an
4
4
augmentation of the [ Event
5
- Format] ( https://github.com/cloudevents/spec/blob/v1.0.1 /spec.md#event-format )
5
+ Format] ( https://github.com/cloudevents/spec/blob/main/cloudevents /spec.md#event-format )
6
6
concept in the specification.
7
7
8
8
Strictly speaking, CloudEvent data is simply a sequence of bytes. In
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ There are three kinds of attributes:
47
47
- Extension: these attributes are not formalized as part of the
48
48
CloudEvents specification. The CloudEvents specification repository
49
49
[ includes descriptions of some extension
50
- attributes] ( https://github.com/cloudevents/spec/tree/v1.0.1 /extensions )
50
+ attributes] ( https://github.com/cloudevents/spec/tree/main/cloudevents /extensions )
51
51
that may become standardized over time, but they are not
52
52
considered part of the specification.
53
53
You can’t perform that action at this time.
0 commit comments