Skip to content

Commit ffb9b2f

Browse files
committed
update vue contructor link text
1 parent 890c4c1 commit ffb9b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ An object that syncs the Model and the View. In Vue.js, every Vue instance is a
2525
var vm = new Vue({ /* options */ })
2626
```
2727

28-
This is the primary object that you will be interacting with as a developer when using Vue.js. For more details see [Class: Vue](/api/).
28+
This is the primary object that you will be interacting with as a developer when using Vue.js. For more details see [The Vue Constructor](/api/).
2929

3030
### View
3131

0 commit comments

Comments
 (0)