From 372f8136aa0a2a085fbb1e17718c61ac4aa6bc8a Mon Sep 17 00:00:00 2001 From: Soufiane Ghzal Date: Tue, 23 Aug 2016 11:29:25 +0200 Subject: [PATCH] Update documentation link anchor to deploying for production --- docs/en/workflow/production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/workflow/production.md b/docs/en/workflow/production.md index fe25b559f..ece6eda59 100644 --- a/docs/en/workflow/production.md +++ b/docs/en/workflow/production.md @@ -3,7 +3,7 @@ There are two things to do when building our bundle for production: 1. Minify our application code; -2. Use the [setup described in the Vue.js guide](http://vuejs.org/guide/application.html#Deploying_for_Production) to strip all the warnings from Vue.js source code. +2. Use the [setup described in the Vue.js guide](http://vuejs.org/guide/application.html#Deploying-for-Production) to strip all the warnings from Vue.js source code. Here's an example config: