From 3beef590f1178d3a0fda8c21993638661d591f58 Mon Sep 17 00:00:00 2001 From: Micha Date: Thu, 4 Dec 2025 11:52:14 +0100 Subject: [PATCH] chore/fix-links --- guides/plugins/plugins/storefront/add-cookie-to-manager.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/plugins/plugins/storefront/add-cookie-to-manager.md b/guides/plugins/plugins/storefront/add-cookie-to-manager.md index 7d782d080..82f411542 100644 --- a/guides/plugins/plugins/storefront/add-cookie-to-manager.md +++ b/guides/plugins/plugins/storefront/add-cookie-to-manager.md @@ -123,8 +123,8 @@ And that's basically it already. After loading your Storefront, you should now s For a complete list of available parameters and their types, refer to the source code: -* [`CookieEntry`](https://github.com/shopware/shopware/blob/trunk/src/Core/Framework/Cookie/CookieEntry.php) - Individual cookie definition -* [`CookieGroup`](https://github.com/shopware/shopware/blob/trunk/src/Core/Framework/Cookie/CookieGroup.php) - Cookie group definition +* [`CookieEntry`](https://github.com/shopware/shopware/blob/trunk/src/Core/Content/Cookie/Struct/CookieEntry.php) - Individual cookie definition +* [`CookieGroup`](https://github.com/shopware/shopware/blob/trunk/src/Core/Content/Cookie/Struct/CookieGroup.php) - Cookie group definition ::: info Cookie groups should not have the `cookie`, `value`, `expiration`, or `isRequired` parameters. These only apply to individual `CookieEntry` objects within the group's `entries`.