diff --git a/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-demo-mode-on-macos-and-linux.md b/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-demo-mode-on-macos-and-linux.md index 411a4369659..01732a76760 100644 --- a/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-demo-mode-on-macos-and-linux.md +++ b/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-demo-mode-on-macos-and-linux.md @@ -38,13 +38,13 @@ Follow the steps to install Spryker in Demo Mode: * Clone the B2C repository: ```shell - git clone https://github.com/spryker-shop/b2c-demo-shop.git -b 202108.0 --single-branch ./b2c-demo-shop + git clone https://github.com/spryker-shop/b2c-demo-shop.git -b 202204.0 --single-branch ./b2c-demo-shop ``` * Clone the B2B repository: ```shell - git clone https://github.com/spryker-shop/b2b-demo-shop.git -b 202108.0 --single-branch ./b2b-demo-shop + git clone https://github.com/spryker-shop/b2b-demo-shop.git -b 202204.0 --single-branch ./b2b-demo-shop ``` 4. Depending on the cloned repository, navigate into the cloned folder: * B2C repository: diff --git a/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-demo-mode-on-windows.md b/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-demo-mode-on-windows.md index 65c0234384e..a4f0a72f002 100644 --- a/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-demo-mode-on-windows.md +++ b/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-demo-mode-on-windows.md @@ -33,13 +33,13 @@ Follow the steps to install Spryker in Demo Mode: * Clone the B2C repository: ```shell - git clone https://github.com/spryker-shop/b2c-demo-shop.git -b 202108.0 --single-branch ./b2c-demo-shop + git clone https://github.com/spryker-shop/b2c-demo-shop.git -b 202204.0 --single-branch ./b2c-demo-shop ``` * Clone the B2B repository: ```shell - git clone https://github.com/spryker-shop/b2b-demo-shop.git -b 202108.0 --single-branch ./b2b-demo-shop + git clone https://github.com/spryker-shop/b2b-demo-shop.git -b 202204.0 --single-branch ./b2b-demo-shop ``` 5. Depending on the cloned repository, navigate into the cloned folder: * B2C repository: diff --git a/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-macos-and-linux.md b/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-macos-and-linux.md index a8dc55109e1..3eaf772329e 100644 --- a/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-macos-and-linux.md +++ b/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-macos-and-linux.md @@ -40,13 +40,13 @@ Follow the steps to install Spryker in Development mode: * Clone the B2C repository: ```bash - git clone https://github.com/spryker-shop/b2c-demo-shop.git -b 202108.0 --single-branch ./b2c-demo-shop + git clone https://github.com/spryker-shop/b2c-demo-shop.git -b 202204.0 --single-branch ./b2c-demo-shop ``` * Clone the B2B repository: ```bash - git clone https://github.com/spryker-shop/b2b-demo-shop.git -b 202108.0 --single-branch ./b2b-demo-shop + git clone https://github.com/spryker-shop/b2b-demo-shop.git -b 202204.0 --single-branch ./b2b-demo-shop ``` 4. Depending on the repository you've cloned, navigate into the cloned folder: diff --git a/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-windows.md b/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-windows.md index 51ebadbc106..85789c3894a 100644 --- a/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-windows.md +++ b/docs/scos/dev/setup/installing-spryker-with-docker/installation-guides/installing-in-development-mode-on-windows.md @@ -47,13 +47,13 @@ Follow the steps to install Spryker in Development mode: * Clone the B2C repository: ```bash - git clone https://github.com/spryker-shop/b2c-demo-shop.git -b 202108.0 --single-branch ./b2c-demo-shop + git clone https://github.com/spryker-shop/b2c-demo-shop.git -b 202204.0 --single-branch ./b2c-demo-shop ``` * Clone the B2B repository: ```bash - git clone https://github.com/spryker-shop/b2b-demo-shop.git -b 202108.0 --single-branch ./b2b-demo-shop + git clone https://github.com/spryker-shop/b2b-demo-shop.git -b 202204.0 --single-branch ./b2b-demo-shop ``` 5. Depending on the repository you've cloned, navigate into the cloned folder: