From 79c263e016867181ebd368c889990153145a4469 Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Tue, 26 Nov 2024 14:44:49 +0100 Subject: [PATCH] Update docs/eventing/sinks/README.md Co-authored-by: Calum Murray --- docs/eventing/sinks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventing/sinks/README.md b/docs/eventing/sinks/README.md index f6f71c21fd1..ebfe279a5a7 100644 --- a/docs/eventing/sinks/README.md +++ b/docs/eventing/sinks/README.md @@ -132,7 +132,7 @@ The `svc` in `http://event-display.svc.cluster.local` determines that the sink i | Name | Maintainer | Description | |----------------------------------------------------------------------------------| -- |--------------------------------------| -| [IntegrationSink](./integration-sink/README.md) | Knative | Send events to generic event sink | +| [IntegrationSink](./integration-sink/README.md) | Knative | Send events to a generic event sink | | [JobSink](job-sink.md) | Knative | Trigger long-running background jobs | | [KafkaSink](kafka-sink.md) | Knative | Send events to a Kafka topic | | [RedisSink](https://github.com/knative-extensions/eventing-redis/tree/main/sink) | Knative | Send events to a Redis Stream |