diff --git a/docs/plugins.md b/docs/plugins.md index 92cf4fb4f..ee23be9dd 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -25,7 +25,7 @@ Here are a couple of example plugins: - [PreventFloatAssignmentChecker](https://github.com/vimeo/psalm/blob/master/examples/plugins/PreventFloatAssignmentChecker.php) - prevents assignment to floats - [FunctionCasingChecker](https://github.com/vimeo/psalm/blob/master/examples/plugins/FunctionCasingChecker.php) - checks that your functions and methods are correctly-cased -To ensure your plugin runs when Psalm does, add it to your [config](Configuration): +To ensure your plugin runs when Psalm does, add it to your [config](configuration.md): ```php