From c6cfefbb8e1f04338035f2b8169662b83f38cfd5 Mon Sep 17 00:00:00 2001 From: Hermann EHO Date: Mon, 6 Jul 2026 11:01:09 +0000 Subject: [PATCH] docs: fix broken consensys guide link --- docs/rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules.md b/docs/rules.md index a0e4c317..157f86d3 100644 --- a/docs/rules.md +++ b/docs/rules.md @@ -104,5 +104,5 @@ title: "Rule Index of Solhint" ## References -- [ConsenSys Guide for Smart Contracts](https://consensys.github.io/smart-contract-best-practices/development-recommendations/) +- [ConsenSys Guide for Smart Contracts](https://consensysdiligence.github.io/smart-contract-best-practices/) - [Solidity Style Guide](http://solidity.readthedocs.io/en/develop/style-guide.html)