From 87bddfa7833514fd06a2a748c41559cbe7e66ca0 Mon Sep 17 00:00:00 2001 From: levin192 <81507650+levin192@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:05:56 +0200 Subject: [PATCH] NEXT-37557 - Update Bootstrap Docs Link Update Link to the correct Bootstrap Version fixes #3833 --- src/Storefront/Theme/Command/ThemeCreateCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Storefront/Theme/Command/ThemeCreateCommand.php b/src/Storefront/Theme/Command/ThemeCreateCommand.php index 70de7c9c65c..69d697db2f5 100644 --- a/src/Storefront/Theme/Command/ThemeCreateCommand.php +++ b/src/Storefront/Theme/Command/ThemeCreateCommand.php @@ -209,7 +209,7 @@ private function getVariableOverridesTemplate(): string This file is used to override default SCSS variables from the Shopware Storefront or Bootstrap. Because of the !default flags, theme variable overrides have to be declared beforehand. -https://getbootstrap.com/docs/4.0/getting-started/theming/#variable-defaults +https://getbootstrap.com/docs/5.3/customize/sass/#variable-defaults */ EOL; }