Skip to content

Commit cd1dbb8

Browse files
patrickdaveykazupon
authored andcommitted
Add link to the API reference. (vuejs#328)
1 parent 45445f1 commit cd1dbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/instance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var vm = new Vue({
1616

1717
A Vue instance is essentially a **ViewModel** as defined in the [MVVM pattern](https://en.wikipedia.org/wiki/Model_View_ViewModel), hence the variable name `vm` you will see throughout the docs.
1818

19-
When you instantiate a Vue instance, you need to pass in an **options object** which can contain options for data, template, element to mount on, methods, lifecycle callbacks and more. The full list of options can be found in the API reference.
19+
When you instantiate a Vue instance, you need to pass in an **options object** which can contain options for data, template, element to mount on, methods, lifecycle callbacks and more. The full list of options can be found in the [API reference](/api).
2020

2121
The `Vue` constructor can be extended to create reusable **component constructors** with pre-defined options:
2222

0 commit comments

Comments
 (0)