From c4193abc54dc07e304536c855b2dc947f7920a61 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Sat, 15 Jan 2022 16:44:58 +0530 Subject: [PATCH 1/2] Changed the links for vsf2 from next branch to vsf 2 repo(#503) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d7c4ec3f0..62e998e97 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The project is in the **production ready** phase. ## Links -- 📘 Documentation: [docs.vuestorefront.io](https://docs.vuestorefront.io) +- 📘 Documentation: [docs.vuestorefront.io/v1](https://docs.vuestorefront.io/v1/) - 👥 Discord Community: [discord.vuestorefront.io](http://discord.vuestorefront.io/) - 🐦 Twitter: [@VueStorefront](https://twitter.com/VueStorefront) - 💬 Forum: [forum.vuestorefront.io](https://forum.vuestorefront.io/) @@ -40,7 +40,7 @@ Which Vue Storefront should I choose for my next project? - If you’re on **Magento 1 or Magento 2** choose Vue Storefront 1.x with vsf-capybara theme, [Install it using CLI](https://docs.vuestorefront.io/guide/cookbook/setup.html) - - If you’re on **commercetools / About You Cloud** choose Vue Storefront Next clone it from [`next`](https://github.com/vuestorefront/vue-storefront/tree/next) + - If you’re on **commercetools / About You Cloud** choose Vue Storefront Next clone it from [`vue-storefront`](https://github.com/vuestorefront/vue-storefront/) - If you’re on **Shopware 6** go to [`shopware-pwa`](https://github.com/vuestorefront/shopware-pwa) sub-project and use the Shopware PWA powered by Vue Storefront @@ -48,7 +48,7 @@ Check our Rodmap -> link do [https://github.com/vuestorefront/vue-storefront#ro ## About Vue Storefront Next -We're developing a next version of Vue Storefront on the [`next` branch](https://github.com/vuestorefront/vue-storefront/tree/next). +We're developing a next version of Vue Storefront on the [`vue-storefront` repository](https://github.com/vuestorefront/vue-storefront). We're building the following integrations within Next architecture: @@ -58,7 +58,7 @@ We're building the following integrations within Next architecture: - Shopify - Salesforce Commerce Cloud -You can learn more about Vue Storefront Next from the README on the `next` branch and [this](https://www.youtube.com/watch?v=0e2wyhR0ZyQ&t=3s) video +You can learn more about Vue Storefront Next from the README on the `vue-storefront` repository and [this](https://www.youtube.com/watch?v=0e2wyhR0ZyQ&t=3s) video From 2d9598b673d7b78c97d9dd08fd0f10f5b303bbdb Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Sat, 15 Jan 2022 18:19:57 +0530 Subject: [PATCH 2/2] Updated changelog entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 992653938..8df93a9ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed some typo in docs (#5071) +### Changed / Improved +- Changed the links for vsf2 from next branch to vsf 2 repo - @ymaheshwari1([#505](https://github.com/vuestorefront/vue-storefront-1/pull/505)) + ## [1.12.3] - 2021.06.24 ### Added