Skip to content

Commit b537667

Browse files
authored
docs: fix taxonomy link redirect to obsolete website
Merge pull request #47 from fabriziofs/update-taxonomy-link Taxonomy link redirect to obsolete website
2 parents 003319e + 66df70e commit b537667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
These are what we could consider as potential bad practices. Things such as long methods, nested conditionals, feature envy, and so on 😊
3434

35-
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:
35+
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:
3636

3737
* Bloaters: Something that has grown so large that it cannot be effectively handled
3838
* Object-Orientation Abusers: Solutions that does not fully exploit the possibilities of object-oriented design

0 commit comments

Comments
 (0)