Skip to content

Commit eda93ff

Browse files
authored
docs: fix Edit this page links (vuestorefront#6587)
1 parent 0cfa516 commit eda93ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module.exports = {
103103
repo: 'https://github.com/vuestorefront/vue-storefront/',
104104
editLinks: true,
105105
docsDir: 'packages/core/docs',
106-
docsBranch: 'release/next',
106+
docsBranch: 'main',
107107
editLinkText: 'Edit this page',
108108
logo: '/vsf-full.svg',
109109
sidebarDepth: 0,

packages/core/docs/getting-started/project-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ After the `nuxt.config.js` file, the next step is the `middleware.config.js` fil
4646

4747
## What's next
4848

49-
With a basic understanding of the project structure, we can learn about [Layouts and Routing](./layout-and-routing.html). We will show what routes come predefined in every Vue Storefront project and how to register custom ones.
49+
With a basic understanding of the project structure, we can learn about [Layouts and Routing](./layouts-and-routing.html). We will show what routes come predefined in every Vue Storefront project and how to register custom ones.

0 commit comments

Comments
 (0)