Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
code-not-found committed Aug 2, 2017
1 parent db217c9 commit 083a9de
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion spring-kafka-avro/README.md
Expand Up @@ -4,4 +4,4 @@

A detailed step-by-step tutorial on how to implement an Apache Avro Serializer & Deserializer using Spring Kafka and Spring Boot.

[https://www.codenotfound.com/spring-kafka-apache-avro-example.html](https://www.codenotfound.com/spring-kafka-apache-avro-example.html)
[https://www.codenotfound.com/spring-kafka-apache-avro-serializer-deserializer-example.html](https://www.codenotfound.com/spring-kafka-apache-avro-serializer-deserializer-example.html)
4 changes: 2 additions & 2 deletions spring-kafka-avro/pom.xml
Expand Up @@ -8,8 +8,8 @@
<version>0.0.1-SNAPSHOT</version>

<name>spring-kafka-avro</name>
<description>Spring Kafka - Apache Avro Example</description>
<url>https://www.codenotfound.com/spring-kafka-apache-avro-example.html</url>
<description>Spring Kafka - Apache Avro Serializer Deserializer Example</description>
<url>https://www.codenotfound.com/spring-kafka-apache-avro-serializer-deserializer-example.html</url>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions spring-kafka-json/README.md
Expand Up @@ -2,6 +2,6 @@

[![Quality Gate](https://sonarqube.com/api/badges/gate?key=com.codenotfound:spring-kafka-json)](https://sonarqube.com/dashboard/index/com.codenotfound:spring-kafka-json)

A detailed step-by-step tutorial on how to send/receive JSON messages using Spring Kafka and Spring Boot.
A detailed step-by-step tutorial on how to configure a JSON Serializer &amp; Deserializer using Spring Kafka and Spring Boot.

[https://www.codenotfound.com/spring-kafka-json-serializer-example.html](https://www.codenotfound.com/spring-kafka-json-serializer-example.html)
[https://www.codenotfound.com/spring-kafka-json-serializer-deserializer-example.html](https://www.codenotfound.com/spring-kafka-json-serializer-deserializer-example.html)
4 changes: 2 additions & 2 deletions spring-kafka-json/pom.xml
Expand Up @@ -8,8 +8,8 @@
<version>0.0.1-SNAPSHOT</version>

<name>spring-kafka-json</name>
<description>Spring Kafka - JSON Serializer Example</description>
<url>https://www.codenotfound.com/spring-kafka-json-serializer-example.html</url>
<description>Spring Kafka - JSON Serializer Deserializer Example</description>
<url>https://www.codenotfound.com/spring-kafka-json-serializer-deserializer-example.html</url>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 083a9de

Please sign in to comment.