From 3baa94530c6953a6f7ade4051b1bc7e2c1e077eb Mon Sep 17 00:00:00 2001 From: Krodox Date: Thu, 27 Jul 2023 11:37:11 -0400 Subject: [PATCH] Link to "Migrating from PHPUnit guide" Corrected --- installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.md b/installation.md index b8c5232..122de92 100644 --- a/installation.md +++ b/installation.md @@ -37,4 +37,4 @@ Here is an example of the output displayed when running Pest in a new, fresh pro --- -After the installation process is finished, you can enhance your developer experience while working with Pest by configuring your editor: [Editor Setup →](/docs/editor-setup). If you're migrating from PHPUnit, check out the [Migration Guide →](/docs/migration-from-phpunit). +After the installation process is finished, you can enhance your developer experience while working with Pest by configuring your editor: [Editor Setup →](/docs/editor-setup). If you're migrating from PHPUnit, check out the [Migration Guide →](/docs/migrating-from-phpunit-guide).