From 18554b6d2b0ebffdf80fe947623d7b2e1d5b3d06 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Thu, 20 Jun 2019 10:57:45 -0400 Subject: [PATCH] Fix link to issues --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa58b4c2f..323b71f38 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Psalm is a static analysis tool for finding errors in PHP applications, built on top of [PHP Parser](https://github.com/nikic/php-parser). -It's able to find a [large number of issues](https://github.com/vimeo/psalm/blob/master/docs/issues.md), but it can also be configured to only care about a small subset of those. +It's able to find a [large number of issues](https://github.com/vimeo/psalm/blob/master/docs/running_psalm/issues.md), but it can also be configured to only care about a small subset of those. [Try a live demo](https://psalm.dev/), or install it in your project by following the Quickstart Guide below.