Skip to content

Commit 406fc96

Browse files
saksheesakshee
authored andcommitted
Fix redirecting Avro schema links in blog posts
1 parent 17127f1 commit 406fc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/apache-kafka-mocking-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ For defining such a test, you will need to specify:
9696

9797
{{< image src="images/blog/apache-kafka-mocking-testing-test.png" alt="image" zoomable="true" >}}
9898

99-
> In 1.1.0 release we only deal with JSON Schema describing message payload but we plan to include [Avro Schema](http://avro.apache.org/docs/current/spec.html) support in next releases. For more details, see the [Test Runner](https://microcks.io/documentation/references/test-endpoints/#test-runner) documentation.
99+
> In 1.1.0 release we only deal with JSON Schema describing message payload but we plan to include [Avro Schema](https://avro.apache.org/docs/) support in next releases. For more details, see the [Test Runner](https://microcks.io/documentation/references/test-endpoints/#test-runner) documentation.
100100
101101
Microcks is able to launch tests asynchronously, to collect and store results and then give a restitution of the test results as well as the received messages. See the failed test below: received message triggered a validation error because the `sendAt` property was not of the expected type.
102102

0 commit comments

Comments
 (0)