Skip to content

Commit b14660e

Browse files
authored
Docs: fixed dead link (#358)
1 parent a0d5fba commit b14660e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ see the ['Files Changed' tab of the DEMO-PR](https://github.com/staabm/phpstan-d
3131
composer require --dev staabm/phpstan-dba
3232
```
3333

34-
**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):
34+
**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):
3535

3636
```php
3737
<?php // phpstan-dba-bootstrap.php

0 commit comments

Comments
 (0)