From 5274b34b7d696c2eb51174f22742c06d6e6c52de Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Tue, 20 Oct 2015 18:03:03 +0900 Subject: [PATCH] fix internal link --- src/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/installation.md b/src/guide/installation.md index a84d028d7f..f3d9f68d56 100644 --- a/src/guide/installation.md +++ b/src/guide/installation.md @@ -30,7 +30,7 @@ Some environments, such as Google Chrome Apps, enforces Content Security Policy ## NPM -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). +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). ``` bash # latest stable