From 6cf737854d3af1ffcece24c852a11e906ff99276 Mon Sep 17 00:00:00 2001 From: Florence-Njeri Date: Fri, 16 Feb 2024 22:47:20 +0300 Subject: [PATCH] fix breaking link in the generator template tutorial --- docs/generator-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/generator-template.md b/docs/generator-template.md index c6bc65c28..da10e6f6a 100644 --- a/docs/generator-template.md +++ b/docs/generator-template.md @@ -572,4 +572,4 @@ Great job completing this tutorial! You have learnt how to use an AsyncAPI file If you want to tinker with a completed template and see what it would look like in production, check out the [Paho-MQTT template](https://github.com/derberg/python-mqtt-client-template/tree/v1.0.0). You can also check out the accompanying [article about creating MQTT client code](https://www.brainfart.dev/blog/asyncapi-codegen-python). -You can also check out the [MQTT beginners guide]((https://medium.com/python-point/mqtt-basics-with-python-examples-7c758e605d4)) tutorial to learn more about asynchronous messaging using MQTT. +You can also check out the [MQTT beginners guide](https://medium.com/python-point/mqtt-basics-with-python-examples-7c758e605d4) tutorial to learn more about asynchronous messaging using MQTT.