Skip to content

Commit 735133f

Browse files
authored
Fix link to deprecated slot syntax documentation
1 parent 9fe0bbb commit 735133f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/migration-build.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following workflow walks through the steps of migrating an actual Vue 2 app
3838

3939
### Preparations
4040

41-
- If you are still using the [deprecated named / scoped slot syntax](https://vuejs.org/v2/guide/components-slots.html#Deprecated-Syntax), update it to the latest syntax first (which is already supported in 2.6).
41+
- If you are still using the [deprecated named / scoped slot syntax](https://v2.vuejs.org/v2/guide/components-slots.html#Deprecated-Syntax), update it to the latest syntax first (which is already supported in 2.6).
4242

4343
### Installation
4444

0 commit comments

Comments
 (0)