Skip to content

Commit fa69c28

Browse files
authored
Fixes #6241 Broken Links in "Sender Identity for Knative Eventing" Doc (#6242)
* fix broken links * added links for Channels section
1 parent cbaae40 commit fa69c28

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/eventing/features/sender-identity.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Knative Eventing Souces request an OIDC access token for the targets audience an
2626
OIDC authentication is currently supported for the following components:
2727

2828
- Brokers:
29-
- [MTChannelBasedBroker](./../brokers/broker-types/channel-based-broker/)
30-
- [Knative Broker for Apache Kafka](./../brokers/broker-types/kafka-broker/)
29+
- [MTChannelBasedBroker](./../../brokers/broker-types/channel-based-broker/)
30+
- [Knative Broker for Apache Kafka](./../../brokers/broker-types/kafka-broker/)
3131
- Channels:
32-
- InMemoryChannel
33-
- KafkaChannel
32+
- [InMemoryChannel](./../../channels/channels-crds/)
33+
- [KafkaChannel](./../../channels/channels-crds/)
3434
- Sources:
35-
- [ApiServerSource](./../sources/apiserversource/)
36-
- [PingSource](./../sources/ping-source/)
37-
- [KafkaSource](./../sources/kafka-source/)
35+
- [ApiServerSource](./../../sources/apiserversource/)
36+
- [PingSource](./../../sources/ping-source/)
37+
- [KafkaSource](./../../sources/kafka-source/)
3838

3939
## Sender Identity Configuration
4040

0 commit comments

Comments
 (0)