From 7531b5dc28aeb08dcfff5de5965532c5915ad37d Mon Sep 17 00:00:00 2001 From: Mateus Junges Date: Sun, 6 Oct 2024 12:23:07 -0300 Subject: [PATCH] Update docs for all config options --- docs/producing-messages/configuring-producers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/producing-messages/configuring-producers.md b/docs/producing-messages/configuring-producers.md index d9a6e0f..3f27288 100644 --- a/docs/producing-messages/configuring-producers.md +++ b/docs/producing-messages/configuring-producers.md @@ -39,4 +39,4 @@ Kafka::publish('broker') ->withDebugEnabled(false) // Also to disable debug mode ``` -[rdkafka_config]:https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md \ No newline at end of file +[rdkafka_config]:https://github.com/confluentinc/librdkafka/blob/master/CONFIGURATION.md \ No newline at end of file