Skip to content

Commit cdefc46

Browse files
authored
Update Symfony Flex link in README.md
1 parent 60bb1db commit cdefc46

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
@@ -35,7 +35,7 @@ return [
3535
/// bundles...
3636
];
3737
```
38-
This should have been done automagically if you are using [Symfony Flex](https://flex.symfony.com). Otherwise, just register it by yourself.
38+
This should have been done automagically if you are using [Symfony Flex](https://symfony.com/doc/current/setup/flex.html). Otherwise, just register it by yourself.
3939

4040

4141
Let's suppose we have a `App\Entity\Article` doctrine entity we want to track created and update dates.

0 commit comments

Comments
 (0)