Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c40cccb

Browse files
authoredApr 1, 2022
Broken link fixed
1 parent 2e4d278 commit c40cccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎articles/event-grid/cloudevents-schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In addition to its [default event schema](event-schema.md), Azure Event Grid nat
1212

1313
CloudEvents simplifies interoperability by providing a common event schema for publishing and consuming cloud-based events. This schema allows for uniform tooling, standard ways of routing and handling events, and universal ways of deserializing the outer event schema. With a common schema, you can more easily integrate work across platforms.
1414

15-
CloudEvents is being built by several [collaborators](https://github.com/cloudevents/spec/blob/master/community/contributors.md), including Microsoft, through the [Cloud Native Computing Foundation](https://www.cncf.io/). It's currently available as version 1.0.
15+
CloudEvents is being built by several [collaborators](https://github.com/cloudevents/spec/blob/main/docs/contributors.md), including Microsoft, through the [Cloud Native Computing Foundation](https://www.cncf.io/). It's currently available as version 1.0.
1616

1717
This article describes how to use the CloudEvents schema with Event Grid.
1818

@@ -200,5 +200,5 @@ module.exports = function (context, req) {
200200
## Next steps
201201

202202
* For information about monitoring event deliveries, see [Monitor Event Grid message delivery](monitor-event-delivery.md).
203-
* We encourage you to test, comment on, and [contribute to CloudEvents](https://github.com/cloudevents/spec/blob/master/community/CONTRIBUTING.md).
203+
* We encourage you to test, comment on, and [contribute to CloudEvents](https://github.com/cloudevents/spec/blob/main/docs/CONTRIBUTING.md).
204204
* For more information about creating an Azure Event Grid subscription, see [Event Grid subscription schema](subscription-creation-schema.md).

0 commit comments

Comments
 (0)
Please sign in to comment.