Skip to content

Commit

Permalink
docs(readme): fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
alebabai committed May 9, 2024
1 parent 9da461f commit 825bf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ To use the abstractions provided by this module, just implement the converters d
By the way, here are the implementations for the most popular Apache Kafka client libraries that can be used independently or as reference examples.

- **[IBM/sarama](https://github.com/IBM/sarama)** ([alebabai/go-kafka/adapter/sarama](./adapter/sarama))
- **[confluentinc/confluent-kafka-go](https:/github.com/confluentinc/confluent-kafka-go)** ([alebabai/go-kafka/adapter/confluent](./adapter/confluent))
- **[confluentinc/confluent-kafka-go](https://github.com/confluentinc/confluent-kafka-go)** ([alebabai/go-kafka/adapter/confluent](./adapter/confluent))

0 comments on commit 825bf90

Please sign in to comment.