Skip to content

Commit 8213839

Browse files
committed
Merge pull request #147 from vuejs-jp/fix/installation
fix internal link
2 parents b0d7f00 + 5274b34 commit 8213839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Some environments, such as Google Chrome Apps, enforces Content Security Policy
3030

3131
## NPM
3232

33-
NPM is the recommended installation method when building large scale apps with Vue.js. It pairs nicely with a CommonJS module bundler such as [Webpack](http://webpack.github.io/) or [Browserify](http://browserify.org/). Vue.js also provides accompanying tools for authoring [Single File Components](http://localhost:4000/guide/application.html#Single_File_Components).
33+
NPM is the recommended installation method when building large scale apps with Vue.js. It pairs nicely with a CommonJS module bundler such as [Webpack](http://webpack.github.io/) or [Browserify](http://browserify.org/). Vue.js also provides accompanying tools for authoring [Single File Components](application.html#Single_File_Components).
3434

3535
``` bash
3636
# latest stable

0 commit comments

Comments
 (0)