fix broken link to ref doc (#4308)

This commit is contained in:
Lionel Villard 2021-09-30 13:39:46 -04:00 committed by GitHub
parent 6d3a5941cf
commit 2d54a1c883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Channel object.
To create a Channel:
1. Create a YAML file for the [Channel object](https://knative.dev/docs/reference/api/eventing/#messaging.knative.dev/v1.Channel)
1. Create a YAML file for the [Channel object](https://knative.dev/docs/reference/api/eventing-api/#messaging.knative.dev/v1.Channel)
using the following template:
```yaml

View File

@ -7,7 +7,7 @@ known as the Subscriber) to deliver events to. You can also specify some Sink-sp
as how to handle failures.
For more information about Subscription objects, see
[Subscription](https://knative.dev/docs/reference/api/eventing/#messaging.knative.dev/v1.Subscription).
[Subscription](https://knative.dev/docs/reference/api/eventing-api/#messaging.knative.dev/v1.Subscription).
## Creating a Subscription