From 01dbc8ab1e2b5a79046e9963a91342af3ce5ca23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Thu, 28 Sep 2023 11:34:03 +0200 Subject: [PATCH] show address --- man/manual-premium.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/manual-premium.md b/man/manual-premium.md index edb9cf7aac6..ad6d51f017e 100644 --- a/man/manual-premium.md +++ b/man/manual-premium.md @@ -876,7 +876,7 @@ Cppcheck is distributed with a few addons which are listed below. [misra.py](https://github.com/danmar/cppcheck/blob/main/addons/misra.py) is used to verify compliance with MISRA C 2012, a proprietary set of guidelines to avoid questionable code, developed for embedded systems. -The full list of supported rules is available on [this](https://files.cppchecksolutions.com/misrac2012.html) web page. +The full list of supported rules is available on: [https://files.cppchecksolutions.com/misrac2012.html](https://files.cppchecksolutions.com/misrac2012.html) ### y2038.py