From cfce31ad424b9931d34733b503cd1b5d254bd716 Mon Sep 17 00:00:00 2001 From: Javier Spagnoletti Date: Sat, 4 Nov 2023 21:16:45 -0300 Subject: [PATCH] Update references to "entity-audit-bundle" --- docs/reference/audit.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/audit.rst b/docs/reference/audit.rst index a05d09283..5096f7b13 100755 --- a/docs/reference/audit.rst +++ b/docs/reference/audit.rst @@ -5,7 +5,7 @@ Audit ===== -The bundle provides optional support for the ``EntityAuditBundle`` from https://github.com/simplethings/EntityAudit. +The bundle provides optional support for the ``EntityAuditBundle`` from https://github.com/sonata-project/EntityAuditBundle. How it works ------------ @@ -32,7 +32,7 @@ The audit functionality is provided by an optional, separated bundle that you ne .. code-block:: bash - composer require simplethings/entity-audit-bundle + composer require sonata-project/entity-audit-bundle Next, be sure to enable the bundle in your `bundles.php` file::