Skip to content

Commit cbf03c0

Browse files
committed
more restructure
1 parent 423c985 commit cbf03c0

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed
File renamed without changes.

.github/workflows/pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
github-token: ${{secrets.GITHUB_TOKEN}}
2020
script: |
2121
const path = require('path')
22-
const { isUsingAlertBlock } = require(path.resolve(process.cwd(), 'scripts/tag-alert-blocks.js'))
22+
const { isUsingAlertBlock } = require(path.resolve(process.cwd(), '.github/scripts/tag-alert-blocks.js'))
2323
2424
isUsingAlertBlock().then(ok => {
2525
if (ok) {

src/.vitepress/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = (async () => {
3535
},
3636

3737
socialLinks: [
38-
{ icon: 'languages', link: '/translations.html' },
38+
{ icon: 'languages', link: '/translations/' },
3939
{ icon: 'github', link: 'https://github.com/vuejs/' },
4040
{ icon: 'twitter', link: 'https://twitter.com/vuejs' },
4141
{ icon: 'discord', link: 'https://discord.com/invite/HBherRA' }

src/about/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Yes. Despite common misconception that Vue is only suitable for simple use cases
5050

5151
## What's the difference between Vue 2 and Vue 3?
5252

53-
Please refer to the [dedicated Vue 2 vs. Vue 3 FAQ](/v2-faq).
53+
Please refer to the [dedicated Vue 2 vs. Vue 3 FAQ](./v2-faq).
5454

5555
## Should I use Options API or Composition API?
5656

src/about/v2-faq.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Vue 2 vs. Vue 3 FAQ
File renamed without changes.

src/v2-faq.md

-1
This file was deleted.

0 commit comments

Comments
 (0)