1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Fix link to Plugins that currently 404s

This commit is contained in:
Jonathan H. Wage 2019-05-02 15:43:28 -05:00 committed by Matthew Brown
parent 640c1d13a6
commit db227dab06

View File

@ -243,7 +243,7 @@ Contains a list of all the directories that Psalm should inspect. You can also s
Optional. A list of extensions to search over. See [Checking non-PHP files](checking_non_php_files.md) to understand how to extend this.
#### `<plugins>`
Optional. A list of `<plugin filename="path_to_plugin.php" />` entries. See the [Plugins](plugins.md) section for more information.
Optional. A list of `<plugin filename="path_to_plugin.php" />` entries. See the [Plugins](using_plugins.md) section for more information.
#### `<issueHandlers>`
Optional. If you don't want Psalm to complain about every single issue it finds, the issueHandler tag allows you to configure that. [Dealing with code issues](dealing_with_code_issues.md) tells you more.