We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8dc86a commit 404ad81Copy full SHA for 404ad81
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
# Therefore, we can just download it.
82
mkdir -p freertos/FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent/source/dependency/coreMQTT/docs/doxygen/output
83
wget -O freertos/FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent/source/dependency/coreMQTT/docs/doxygen/output/mqtt.tag \
84
- "https://freertos.org/Documentation/api-ref/coreMQTT/docs/doxygen/output/mqtt.tag"
+ "https://freertos.github.io/coreMQTT/main/mqtt.tag"
85
86
- name: Generate doxygen ZIP
87
uses: FreeRTOS/CI-CD-Github-Actions/doxygen@main
0 commit comments