From 2a0f71a7324ee212f0abf225c82913e4a527f743 Mon Sep 17 00:00:00 2001 From: Gaurav Aggarwal Date: Mon, 5 Aug 2024 16:14:04 +0000 Subject: [PATCH 1/2] Update the mqtt.tag file location The `mqtt.tag` was generated at `coreMQTT/docs/doxygen/output/mqtt.tag`. The [doxygen-generation](https://github.com/FreeRTOS/CI-CD-Github-Actions/tree/main/doxygen-generation) GH action deploys the content of `coreMQTT/docs/doxygen/output/html` and as a result, the `mqtt.tag` was not getting deployed. This change updates the location of `mqtt.tag` to `coreMQTT/docs/doxygen/output/html/mqtt.tag` to ensure that it gets deployed by the doxygen-generation GH action. Signed-off-by: Gaurav Aggarwal --- docs/doxygen/config.doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/config.doxyfile b/docs/doxygen/config.doxyfile index 40634095..ca0047ec 100644 --- a/docs/doxygen/config.doxyfile +++ b/docs/doxygen/config.doxyfile @@ -2339,7 +2339,7 @@ TAGFILES = # tag file that is based on the input files it reads. See section "Linking to # external documentation" for more information about the usage of tag files. -GENERATE_TAGFILE = docs/doxygen/output/mqtt.tag +GENERATE_TAGFILE = docs/doxygen/output/html/mqtt.tag # If the ALLEXTERNALS tag is set to YES, all external class will be listed in # the class index. If set to NO, only the inherited external classes will be From 39d5a1ddd93b22d5c5f4f9901d4ba1bf05199ea2 Mon Sep 17 00:00:00 2001 From: Gaurav Aggarwal Date: Mon, 5 Aug 2024 16:37:56 +0000 Subject: [PATCH 2/2] Fix broken link Signed-off-by: Gaurav Aggarwal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48c68ae9..c59471ab 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ locations below: | Location | | :------------------------------------------------------------------------------------------------------------------: | | [AWS IoT Device SDK for Embedded C](https://github.com/aws/aws-iot-device-sdk-embedded-C#releases-and-documentation) | -| [FreeRTOS.org](https://freertos.org/Documentation/api-ref/coreMQTT/docs/doxygen/output/html/index.html) | +| [API Reference](https://freertos.github.io/coreMQTT/main/index.html) | Note that the latest included version of coreMQTT may differ across repositories.