Skip to content

Commit e39702a

Browse files
fix: fixed styleguide link
1 parent 53118b6 commit e39702a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guide/migration/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Some of the new features to keep an eye on in Vue 3 include:
2323
The following consists a list of breaking changes from 2.x:
2424

2525
- [Global Vue API is changed to use an application instance](/guide/migration/global-api.html)
26-
- [Global and internal APIs have been restructured to be tree-shakable](/src/guide/migration/global-api-treeshaking.html)
26+
- [Global and internal APIs have been restructured to be tree-shakable](/guide/migration/global-api-treeshaking.html)
2727
- [`model` component option and `v-bind`'s `sync` modifier are removed in favor of `v-model` arguments](/guide/migration/v-model.html)
2828
- [Render function API changed](/guide/migration/render-function-api.html)
2929
- [Functional components can only be created using a plain function](/guide/migration/functional-components.html)
@@ -58,7 +58,7 @@ The following consists a list of breaking changes from 2.x:
5858

5959
3. If you have any tests, run them and see what still fails. If you don't have tests, just open the app in your browser and keep an eye out for warnings or errors as you navigate around.
6060

61-
4. By now, your app should be fully migrated. If you're still hungry for more though, you can read the rest of this page - or dive in to the new and improved guide from [the beginning](index.html). Many parts will be skimmable, since you're already familiar with the core concepts.
61+
4. By now, your app should be fully migrated. If you're still hungry for more though, you can read the rest of this page - or dive in to the new and improved guide from [the beginning](#overview). Many parts will be skimmable, since you're already familiar with the core concepts.
6262

6363
### How long will it take to migrate a Vue 2.x app to 3.0?
6464

@@ -68,7 +68,7 @@ It depends on a few factors:
6868

6969
- How many times you get distracted and start playing with a cool new feature. 😉  Not judging, it also happened to us while building 3.0!
7070

71-
- Which obsolete features you're using. Most can be upgraded with find-and-replace, but others might take a few minutes. If you're not currently following best practices according to [our styleguide](/style-guide/README.html), Vue 3.0 will also try harder to force you to. This is a good thing in the long run, but could also mean a significant (though possibly overdue) refactor.
71+
- Which obsolete features you're using. Most can be upgraded with find-and-replace, but others might take a few minutes. If you're not currently following best practices according to [our styleguide](/style-guide/), Vue 3.0 will also try harder to force you to. This is a good thing in the long run, but could also mean a significant (though possibly overdue) refactor.
7272

7373
### If I upgrade to Vue 3, will I also have to upgrade Vuex and Vue Router?
7474

0 commit comments

Comments
 (0)