Skip to content

Commit 3c9ff11

Browse files
authored
docs: update links to Vue 2 docs (vuestorefront#6626)
1 parent 4c9fd9b commit 3c9ff11

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/core/docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ Our list of supported and planned integrations on the [Integrations](./integrati
3939

4040
The speed and flexibility of Vue Storefront wouldn't be possible without the great technologies that power it:
4141

42-
- [Vue.js](https://vuejs.org/v2/guide/)
43-
- [Nuxt.js](https://nuxtjs.org/guide)
44-
- [SCSS](https://sass-lang.com/)
42+
- [Vue.js 2](https://v2.vuejs.org/v2/guide)
43+
- [Nuxt.js 2](https://nuxtjs.org/docs/get-started)
44+
- [SCSS](https://sass-lang.com/) (optional)
4545
- [Storefront UI](https://www.storefrontui.io/) (optional)
4646
- [TypeScript](https://www.typescriptlang.org/docs/home) (optional)
4747
- [Cypress](https://www.cypress.io/) (optional)

packages/core/docs/getting-started/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Combining general-purpose modules from Nuxt.js and e-commerce specific modules f
3434

3535
## Start with Vue.js
3636

37-
If you are new to the Vue.js ecosystem, the best place to start learning is the [Vue.js documentation](https://vuejs.org/). **In our documentation, we assume prior knowledge of Vue.js (with some exceptions)**. While we do our best to explain each topic in detail, a lack of this knowledge might cause you to get lost.
37+
If you are new to the Vue.js ecosystem, the best place to start learning is the [Vue.js 2 documentation](https://v2.vuejs.org/). **In our documentation, we assume prior knowledge of Vue.js (with some exceptions)**. While we do our best to explain each topic in detail, a lack of this knowledge might cause you to get lost.
3838

39-
The next step in the learning process is reading [Nuxt.js documentation](https://nuxtjs.org/docs/). In most places, we don't assume this knowledge and add links to related documents, but having it will make you more confident and let you work faster and more efficiently.
39+
The next step in the learning process is reading [Nuxt.js 2 documentation](https://nuxtjs.org/docs/). In most places, we don't assume this knowledge and add links to related documents, but having it will make you more confident and let you work faster and more efficiently.
4040

4141
## What's next
4242

packages/core/docs/getting-started/theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Every new Vue Storefront project comes with a set of preinstalled Nuxt.js module
4848
<figcaption style="font-size: 0.9rem">(Click to zoom)</figcaption>
4949
</figure>
5050

51-
Almost every page in our default theme uses components whose names start with `Sf`. These come from the [Storefront UI](http://storefrontui.io/) — a design system and library of Vue.js components dedicated to e-commerce, maintained by the Vue Storefront team. Every component can be heavily customized using [props](https://vuejs.org/v2/guide/components-props.html) and [slots](https://vuejs.org/v2/guide/components-slots.html).
51+
Almost every page in our default theme uses components whose names start with `Sf`. These come from the [Storefront UI](http://storefrontui.io/) — a design system and library of Vue.js components dedicated to e-commerce, maintained by the Vue Storefront team. Every component can be heavily customized using [props](https://v2.vuejs.org/v2/guide/components-props.html) and [slots](https://v2.vuejs.org/v2/guide/components-slots.html).
5252

5353
Please check [Storefront UI documentation](https://docs.storefrontui.io/) to learn more and interactively customize and test the components.
5454

0 commit comments

Comments
 (0)