From b87c46aad14512580038ec72edc8a282ab30e1f1 Mon Sep 17 00:00:00 2001 From: Christos Mantzouranis <72451681+cmantzouranis-res@users.noreply.github.com> Date: Thu, 19 Mar 2026 13:55:32 +0200 Subject: [PATCH 1/2] fix: update README.md - Updated link to repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0294365..9a7113c 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ repos: - id: terraform-repo-compliance ``` -[example of implementation]: https://github.com/Kpler/template-kafka-stream-msk/blob/main/src/ci/scala/schema_generator/VulcanSchemaGenerator.scala +[example of implementation]: https://github.com/Kpler/template-kafka-stream-msk/blob/main/schemaGenerator/src/main/scala/VulcanSchemaGenerator.scala [sbt command]: https://github.com/Kpler/template-kafka-stream-msk/blob/main/build.sbt#L75 ### Contributing From 3af727b5af606d07ce5e613c9de96d703fa1e832 Mon Sep 17 00:00:00 2001 From: Christos Mantzouranis <72451681+cmantzouranis-res@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:46:43 +0300 Subject: [PATCH 2/2] Update README.md Co-authored-by: Tobias Schnabel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a7113c..a9646f2 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ repos: - id: terraform-repo-compliance ``` -[example of implementation]: https://github.com/Kpler/template-kafka-stream-msk/blob/main/schemaGenerator/src/main/scala/VulcanSchemaGenerator.scala +[example of implementation]: https://github.com/Kpler/cookiecutter-kafka-stream-scala/blob/main/%7B%7Bcookiecutter.repository_name%7D%7D/schemaGenerator/src/main/scala/VulcanSchemaGenerator.scala [sbt command]: https://github.com/Kpler/template-kafka-stream-msk/blob/main/build.sbt#L75 ### Contributing