Fixes #6241 Broken Links in "Sender Identity for Knative Eventing" Doc (#6242)

* fix broken links

* added links for Channels section
This commit is contained in:
Charles Liu 2025-03-24 20:23:43 -04:00 committed by GitHub
parent cbaae40315
commit fa69c28464
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -26,15 +26,15 @@ Knative Eventing Souces request an OIDC access token for the targets audience an
OIDC authentication is currently supported for the following components:
- Brokers:
- [MTChannelBasedBroker](./../brokers/broker-types/channel-based-broker/)
- [Knative Broker for Apache Kafka](./../brokers/broker-types/kafka-broker/)
- [MTChannelBasedBroker](./../../brokers/broker-types/channel-based-broker/)
- [Knative Broker for Apache Kafka](./../../brokers/broker-types/kafka-broker/)
- Channels:
- InMemoryChannel
- KafkaChannel
- [InMemoryChannel](./../../channels/channels-crds/)
- [KafkaChannel](./../../channels/channels-crds/)
- Sources:
- [ApiServerSource](./../sources/apiserversource/)
- [PingSource](./../sources/ping-source/)
- [KafkaSource](./../sources/kafka-source/)
- [ApiServerSource](./../../sources/apiserversource/)
- [PingSource](./../../sources/ping-source/)
- [KafkaSource](./../../sources/kafka-source/)
## Sender Identity Configuration