From 5077425b27d47ffa6033b7ef615c43dc83167688 Mon Sep 17 00:00:00 2001 From: Mark Morrissey <90937442+coloradomorrissey@users.noreply.github.com> Date: Tue, 6 May 2025 17:27:59 -0600 Subject: [PATCH] Update HTTP_Connector.md removed erroneous link to logger sink --- docs/tutorials/HTTP_Connector.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/tutorials/HTTP_Connector.md b/docs/tutorials/HTTP_Connector.md index e5ce84a58..37e86a09e 100644 --- a/docs/tutorials/HTTP_Connector.md +++ b/docs/tutorials/HTTP_Connector.md @@ -13,8 +13,7 @@ The following are the available Kurrent sinks: 2. [MongoDB Sink](/server/v24.10/features/connectors/sinks/mongo.html) 3. [RabbitMQ Sink](/server/v24.10/features/connectors/sinks/rabbitmq.html) 4. [HTTP Sink](/server/v24.10/features/connectors/sinks/http.html) -5. [Logger Sink](/server/v24.10/features/connectors/sinks/logger.html) -6. [Serilog Sink](/server/v24.10/features/connectors/sinks/serilog.html) +5. [Serilog Sink](/server/v24.10/features/connectors/sinks/serilog.html) This step-by-step tutorial guides you through setting up a connector using the **HTTP Sink** in KurrentDB. This feature allows KurrentDB to push event data to an http endpoint.