Skip to content

Commit 2d54a1c

Browse files
fix broken link to ref doc (#4308)
1 parent 6d3a594 commit 2d54a1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/eventing/channels/create-default-channel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Channel object.
55

66
To create a Channel:
77

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)
99
using the following template:
1010

1111
```yaml

docs/eventing/channels/subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ known as the Subscriber) to deliver events to. You can also specify some Sink-sp
77
as how to handle failures.
88

99
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).
1111

1212
## Creating a Subscription
1313

0 commit comments

Comments
 (0)