Skip to content

Commit 92dd95a

Browse files
committed
docs: Fix spec references in docs
Signed-off-by: Jon Skeet <[email protected]>
1 parent 0c1a42e commit 92dd95a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Implementing a protocol binding
22

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):
44

55
> A protocol binding describes how events are sent and received over a given protocol.
66

docs/formatters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The `CloudEventFormatter` abstract type in the C# SDK is an
44
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)
66
concept in the specification.
77

88
Strictly speaking, CloudEvent data is simply a sequence of bytes. In

docs/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ There are three kinds of attributes:
4747
- Extension: these attributes are not formalized as part of the
4848
CloudEvents specification. The CloudEvents specification repository
4949
[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)
5151
that may become standardized over time, but they are not
5252
considered part of the specification.
5353

0 commit comments

Comments
 (0)