-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed Broken Links in Cloud Events Documentation #6517
Conversation
|
Hi @jsminem. Thanks for your PR. I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making this change! Small tweak to make things work better with the in-repo docs, but otherwise LGTM!
docs/events.md
Outdated
@@ -75,15 +75,15 @@ Resource |Event |Event Type | |||
`Run` | `Succeed` | `dev.tekton.event.run.successful.v1` | |||
`Run` | `Failed` | `dev.tekton.event.run.failed.v1` | |||
|
|||
`CloudEvents` for `Runs` are only sent when enabled in the [configuration](./install.md#configuring-cloudevents-notifications). | |||
`CloudEvents` for `Runs` are only sent when enabled in the [configuration](https://tekton.dev/docs/installation/additional-configs/#configuring-cloudevents-notifications). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`CloudEvents` for `Runs` are only sent when enabled in the [configuration](https://tekton.dev/docs/installation/additional-configs/#configuring-cloudevents-notifications). | |
`CloudEvents` for `Runs` are only sent when enabled in the [configuration](./additional-configs.md#configuring-cloudevents-notifications). |
docs/events.md
Outdated
@@ -50,7 +50,7 @@ but the underlying `TaskRun` do. | |||
|
|||
# Events via `CloudEvents` | |||
|
|||
When you [configure a sink](install.md#configuring-cloudevents-notifications), Tekton emits | |||
When you [configure a sink](https://tekton.dev/docs/installation/additional-configs/#configuring-cloudevents-notifications), Tekton emits |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When you [configure a sink](https://tekton.dev/docs/installation/additional-configs/#configuring-cloudevents-notifications), Tekton emits | |
When you [configure a sink](./additional-configs.md#configuring-cloudevents-notifications), Tekton emits |
I think this should work for links at head as well as when they are imported to tekton.dev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good. I've added the links. Thanks!
/ok-to-test |
Resolves issue Broken links in Cloud Event docs tektoncd#6423 Replaces broken link for CloudEvents Spec Fixes: tektoncd#6423
/ok-to-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Thanks!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wlynch The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes
Fixed Broken Links in Events Documentation
Fixes: #6423
/kind documentation
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes