From 30c225b6e131a3a2f8891dd10ac6bb1ad1df63e2 Mon Sep 17 00:00:00 2001 From: arhimede Date: Mon, 28 Oct 2024 12:12:37 +0200 Subject: [PATCH 1/2] Update doctrine-orm.md Signed-off-by: arhimede --- docs/book/v5/installation/doctrine-orm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/v5/installation/doctrine-orm.md b/docs/book/v5/installation/doctrine-orm.md index f36dcf3..f0444f7 100644 --- a/docs/book/v5/installation/doctrine-orm.md +++ b/docs/book/v5/installation/doctrine-orm.md @@ -44,4 +44,4 @@ To execute a specific fixture, run: php bin/doctrine fixtures:execute --class=FixtureClassName ``` -More details on how fixtures work can be found here: https://github.com/dotkernel/dot-data-fixtures#creating-fixtures +More details on how fixtures work can be found on [dot-data-fixture documentation](https://github.com/dotkernel/dot-data-fixtures#creating-fixtures) From 1cf7efc494af78aa6f2b529178141f351299f519 Mon Sep 17 00:00:00 2001 From: Alex Karajos Date: Mon, 28 Oct 2024 12:20:00 +0200 Subject: [PATCH 2/2] Update doctrine-orm.md Signed-off-by: Alex Karajos --- docs/book/v5/installation/doctrine-orm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/v5/installation/doctrine-orm.md b/docs/book/v5/installation/doctrine-orm.md index f0444f7..ddcd98a 100644 --- a/docs/book/v5/installation/doctrine-orm.md +++ b/docs/book/v5/installation/doctrine-orm.md @@ -44,4 +44,4 @@ To execute a specific fixture, run: php bin/doctrine fixtures:execute --class=FixtureClassName ``` -More details on how fixtures work can be found on [dot-data-fixture documentation](https://github.com/dotkernel/dot-data-fixtures#creating-fixtures) +More details on how fixtures work can be found on [dot-data-fixtures documentation](https://github.com/dotkernel/dot-data-fixtures#creating-fixtures)