From b5a7ce501ec1092414c0221a1e51c1168c0601b7 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Thu, 19 May 2022 23:17:49 +0200 Subject: [PATCH] Docs: fixed dead link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42e79b829..068b85b71 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ see the ['Files Changed' tab of the DEMO-PR](https://github.com/staabm/phpstan-d composer require --dev staabm/phpstan-dba ``` -**Second**, create a `phpstan-dba-bootstrap.php` file, which allows to you to configure `phpstan-dba` (this optionally includes database connection details, to introspect the database; if you would rather not do this see [Record and Replay](#record-and-replay) below): +**Second**, create a `phpstan-dba-bootstrap.php` file, which allows to you to configure `phpstan-dba` (this optionally includes database connection details, to introspect the database; if you would rather not do this see [Record and Replay](https://github.com/staabm/phpstan-dba/blob/main/docs/record-and-replay.md): ```php