File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Channel object.
5
5
6
6
To create a Channel:
7
7
8
- 1 . Create a YAML file for the [ Channel object] ( https://knative.dev/docs/reference/api/eventing/#messaging.knative.dev/v1.Channel )
8
+ 1 . Create a YAML file for the [ Channel object] ( https://knative.dev/docs/reference/api/eventing-api /#messaging.knative.dev/v1.Channel )
9
9
using the following template:
10
10
11
11
```yaml
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ known as the Subscriber) to deliver events to. You can also specify some Sink-sp
7
7
as how to handle failures.
8
8
9
9
For more information about Subscription objects, see
10
- [ Subscription] ( https://knative.dev/docs/reference/api/eventing/#messaging.knative.dev/v1.Subscription ) .
10
+ [ Subscription] ( https://knative.dev/docs/reference/api/eventing-api /#messaging.knative.dev/v1.Subscription ) .
11
11
12
12
## Creating a Subscription
13
13
You can’t perform that action at this time.
0 commit comments