Skip to content

Commit d41f457

Browse files
Fix a broken link in MISRA.md (#230)
* Fixed multiple Sub/Unsub request sending logic * Fix MISRA link
1 parent 6bd201a commit d41f457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MISRA.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MISRA Compliance
22

3-
The coreMQTT library files conform to the [MISRA C:2012](https://www.misra.org.uk/MISRAHome/MISRAC2012/tabid/196/Default.aspx)
3+
The coreMQTT library files conform to the [MISRA C:2012](https://www.misra.org.uk/misra-c)
44
guidelines, with the deviations listed below. Compliance is checked with Coverity static analysis.
55
Since the coreMQTT library is designed for small-embedded devices, it needs to have a very small memory footprint and has to
66
be efficient. To achieve that and to increase the performace of the library, it deviates from some MISRA rules.

0 commit comments

Comments
 (0)