Skip to content

Commit 448c447

Browse files
authored
Fix link to Vue's single file components page
1 parent c3acf96 commit 448c447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using_the_file_structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ electron-vue does its best to not force a particular project structure, but does
44
## On the subject of `vue` and `vuex`
55

66
### vue components
7-
If you are unfamiliar with Vue components, please give [this](http://vuejs.org/guide/application.html#Single-File-Components) a read. Using components gives our large complex applications more organization. Each component has the ability to encapsulate its own CSS, template, and JavaScript functionality.
7+
If you are unfamiliar with Vue components, please give [this](http://vuejs.org/v2/guide/single-file-components.html) a read. Using components gives our large complex applications more organization. Each component has the ability to encapsulate its own CSS, template, and JavaScript functionality.
88

99
Components are stored in `app/src/components`. When creating child components, place them inside a new folder with the name of its parent component.
1010
```

0 commit comments

Comments
 (0)