Skip to content

Commit 1e4c374

Browse files
committed
Fixed Broken Links in Events Documentation
Resolves issue Broken links in Cloud Event docs #6423 Replaces broken link for CloudEvents Spec Fixes: #6423
1 parent f69972a commit 1e4c374

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/events.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ but the underlying `TaskRun` do.
5050

5151
# Events via `CloudEvents`
5252

53-
When you [configure a sink](install.md#configuring-cloudevents-notifications), Tekton emits
53+
When you [configure a sink](./additional-configs.md#configuring-cloudevents-notifications), Tekton emits
5454
events as described in the table below.
5555

5656
Tekton sends cloud events in a parallel routine to allow for retries without blocking the
@@ -75,15 +75,15 @@ Resource |Event |Event Type
7575
`Run` | `Succeed` | `dev.tekton.event.run.successful.v1`
7676
`Run` | `Failed` | `dev.tekton.event.run.failed.v1`
7777

78-
`CloudEvents` for `Runs` are only sent when enabled in the [configuration](./install.md#configuring-cloudevents-notifications).
78+
`CloudEvents` for `Runs` are only sent when enabled in the [configuration](./additional-configs.md#configuring-cloudevents-notifications).
7979

8080
**Note**: `CloudEvents` for `Runs` rely on an ephemeral cache to avoid duplicate
8181
events. In case of controller restart, the cache is reset and duplicate events
8282
may be sent.
8383

8484
## Format of `CloudEvents`
8585

86-
According to the [`CloudEvents` spec](https://github.com/cloudevents/spec/blob/master/spec.md), HTTP headers are included to match the context fields. For example:
86+
According to the [`CloudEvents` spec](https://github.com/cloudevents/spec/blob/main/cloudevents/spec.md), HTTP headers are included to match the context fields. For example:
8787

8888
```
8989
"Ce-Id": "77f78ae7-ff6d-4e39-9d05-b9a0b7850527",

0 commit comments

Comments
 (0)