Skip to content

Commit d380b3f

Browse files
authored
Merge pull request #193773 from pritamso/Broken-link-fix-spelluru
Broken link fix
2 parents 61c18c4 + c40cccb commit d380b3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/event-grid/cloud-event-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In addition to its [default event schema](event-schema.md), Azure Event Grid nat
1111

1212
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 & handling events, and universal ways of deserializing the outer event schema. With a common schema, you can more easily integrate work across platforms.
1313

14-
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.
14+
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.
1515

1616
This article describes CloudEvents schema with Event Grid.
1717

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)