Skip to content

Commit eff170a

Browse files
author
Guillaume Chau
authored
Fixed broken SFC links (#265)
* Update README.md * Fix broken SFC link
1 parent 62377de commit eff170a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Declarative subscriptions and meteor reactive data
5050

5151
### Single-file component ![vue](https://img.shields.io/badge/vue-1.x-green.svg) ![vue](https://img.shields.io/badge/vue-2.x-brightgreen.svg)
5252

53-
It allows you to write your components in [this format](https://vuejs.org/guide/application.html#Single-File-Components) with hot-reloading support.
53+
It allows you to write your components in [this format](https://vuejs.org/v2/guide/single-file-components.html) with hot-reloading support.
5454

5555
[:package: See Usage in arkyum:vue-component package](https://github.com/Akryum/meteor-vue-component/tree/master/packages/vue-component#usage)
5656

packages/vue-component/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Compatibility: **Vue 1.x, Vue 2.x**
44

5-
It allows you to write your components in [this format](https://vuejs.org/guide/application.html#Single-File-Components) (with hot-reloading support):
5+
It allows you to write your components in [this format](https://vuejs.org/v2/guide/single-file-components.html) (with hot-reloading support):
66
![screenshot](http://blog.evanyou.me/images/vue-component.png)
77

88
## Installation

0 commit comments

Comments
 (0)