From 66df70ed99e6ddc215f55f27c5048944bdf07860 Mon Sep 17 00:00:00 2001 From: Fabrizio Fasanando <62360034+fabriziofs@users.noreply.github.com> Date: Fri, 17 Jun 2022 18:04:07 +0200 Subject: [PATCH] Taxonomy link redirect to obsolete website --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9152abe8..e05084b6 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ These are what we could consider as potential bad practices. Things such as long methods, nested conditionals, feature envy, and so on 😊 -The different Code Smells are grouped based on the following taxonomy ([source](http://mikamantyla.eu/BadCodeSmellsTaxonomy.html)) where you will find each one of the single examples: +The different Code Smells are grouped based on the following taxonomy ([source](https://mmantyla.github.io/BadCodeSmellsTaxonomy)) where you will find each one of the single examples: * Bloaters: Something that has grown so large that it cannot be effectively handled * Object-Orientation Abusers: Solutions that does not fully exploit the possibilities of object-oriented design