From 94343a945689ac86e1f25265bfe94f3fd70a13bc Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Thu, 11 Jul 2024 02:34:27 +0400 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d748da1..42e5059 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Implementation of the Wikimedia Project in Golang -This project provides a Golang implementation of the Wikimedia project as discussed by [Stephane Maarek](https://github.com/simplesteph) in his Kafka beginners course. The original Java consumer and producer repositories can be found here: +This project provides a Golang implementation of the Wikimedia project as discussed by [Stephane Maarek](https://github.com/simplesteph) in his [Kafka beginners course](https://www.udemy.com/share/1013hc/). The original Java consumer and producer repositories can be found here: - [Consumer](https://github.com/conduktor/kafka-beginners-course/tree/main/kafka-consumer-opensearch) - [Producer](https://github.com/conduktor/kafka-beginners-course/tree/main/kafka-producer-wikimedia)