From ef000a4172604b52da8b3c55cb625bd97e1c5638 Mon Sep 17 00:00:00 2001 From: cfebs Date: Wed, 12 Jun 2019 10:53:35 -0400 Subject: [PATCH] Update issue suppression docs link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f348a80dd..aa58b4c2f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The config created above will show you all issues in your code, but will emit `I ./vendor/bin/psalm --init [source_dir] [level] ``` -You can also [learn how to suppress certain issues](https://github.com/vimeo/psalm/blob/master/docs/dealing_with_code_issues.md). +You can also [learn how to suppress certain issues](https://github.com/vimeo/psalm/blob/master/docs/running_psalm/dealing_with_code_issues.md). ## How Psalm Works