Skip to content

Commit e656b34

Browse files
authored
Update _index.md
1 parent 67a4e7a commit e656b34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: content/about/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2020-12-27T22:09:37+01:00
44
draft: false
55
---
66

7-
[![Supported librdkafka versions: >= 1.4.0](https://img.shields.io/badge/librdkafka-%3E%3D%201.4.0-blue.svg)](https://github.com/edenhill/librdkafka/releases)
7+
[![Supported librdkafka versions: >= 1.4.0](https://img.shields.io/badge/librdkafka-%3E%3D%201.4.0-blue.svg)](https://github.com/confluentinc/librdkafka/releases)
88
[![Supported Kafka versions: >= 0.9](https://img.shields.io/badge/kafka-%3E%3D%200.9-blue.svg)](https://github.com/edenhill/librdkafka/blob/master/INTRODUCTION.md#broker-version-compatibility)
99
![Supported PHP versions: 7.x .. 8.x](https://img.shields.io/badge/php-7.x%20..%208.x-blue.svg)
1010
[![License: BSD-3](https://img.shields.io/badge/License-BSD--3-green.svg)](https://github.com/php-kafka/php-simple-kafka-client/blob/main/LICENSE)
@@ -13,5 +13,5 @@ draft: false
1313
This extension provides ways to interact with Apache Kafka.
1414
It also supports any system that is Kafka API compatible like Redpanda.
1515
You can find some examples for producer and consumer [here](https://github.com/php-kafka/php-kafka-examples/tree/main/src/ext-php-simple-kafka-client)
16-
This extension uses [librdkafka](https://github.com/edenhill/librdkafka) for binding and was inspired by [php-rdkafka](https://github.com/arnaud-lb/php-rdkafka).
16+
This extension uses [librdkafka](https://github.com/confluentinc/librdkafka) for binding and was inspired by [php-rdkafka](https://github.com/arnaud-lb/php-rdkafka).
1717
**Notice:** php-rdkafka conflicts with this extension, please uninstall it first if you want to use simple-kafka-client.

0 commit comments

Comments
 (0)