Skip to content

Commit a3d2c02

Browse files
authored
Merge pull request #1823 from dancristianb/fix-control-couple-documentation-link
Fix `Control Couple` documentation link
2 parents 783a66d + 7bc4464 commit a3d2c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Control-Couple.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ controlling parameter must be reflected on both sides of the call. A _Control
1414
Couple_ also reveals a loss of simplicity: the called method probably has more
1515
than one responsibility, because it includes at least two different code paths.
1616

17-
You can find a good write-up regarding this problem [here](https://solnic.codes/2012/04/11/get-rid-of-that-code-smell-control-couple/).
17+
You can find a good write-up regarding this problem [here](https://solnic.dev/get-rid-of-that-code-smell-control-couple/).
1818

1919
## Current Support in Reek
2020

0 commit comments

Comments
 (0)