From e162f1cbe85ebdb273ef99b8afd96fd096e6ddd9 Mon Sep 17 00:00:00 2001 From: Rusi Papazov Date: Tue, 9 Jun 2020 11:23:04 +0300 Subject: [PATCH] Update documentation link in PhpRectorInterface --- src/Contract/Rector/PhpRectorInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Contract/Rector/PhpRectorInterface.php b/src/Contract/Rector/PhpRectorInterface.php index 8315c968a24..9170d0bbee3 100644 --- a/src/Contract/Rector/PhpRectorInterface.php +++ b/src/Contract/Rector/PhpRectorInterface.php @@ -11,7 +11,7 @@ interface PhpRectorInterface extends NodeVisitor, RectorInterface { /** * List of nodes this class checks, classes that implements \PhpParser\Node - * See beautiful map of all nodes https://github.com/rectorphp/rector/blob/master/docs/NodesOverview.md + * See beautiful map of all nodes https://github.com/rectorphp/rector/blob/master/docs/nodes_overview.md * * @return class-string[] */