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; }