From 4bd7a25e6482879c1ee19076f7971a491c64c384 Mon Sep 17 00:00:00 2001 From: Kenta Okamoto Date: Sun, 2 Oct 2016 23:45:32 +0900 Subject: [PATCH] Fix broken links in installation guide --- 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 cc174a8104..3258916a3e 100644 --- a/src/guide/installation.md +++ b/src/guide/installation.md @@ -69,7 +69,7 @@ For Browserify, you can use [aliasify](https://github.com/benbria/aliasify) to a Some environments, such as Google Chrome Apps, enforce Content Security Policy (CSP), which prohibits the use of `new Function()` for evaluating expressions. The standalone build depends on this feature to compile templates, so is unusable in these environments. -On the other hand, the runtime-only build is fully CSP-compliant. When using the runtime-only build with [Webpack + vue-loader](https://github.com/vuejs-templates/webpack-simple-2.0) or [Browserify + vueify](https://github.com/vuejs-templates/browserify-simple-2.0), your templates will be precompiled into `render` functions which work perfectly in CSP environments. +On the other hand, the runtime-only build is fully CSP-compliant. When using the runtime-only build with [Webpack + vue-loader](https://github.com/vuejs-templates/webpack-simple) or [Browserify + vueify](https://github.com/vuejs-templates/browserify-simple), your templates will be precompiled into `render` functions which work perfectly in CSP environments. ## CLI