From 726a784f68bccd611b8c8b9b46f5b0d327c9bd26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20HULARD?= Date: Wed, 4 Jul 2018 15:06:00 +0200 Subject: [PATCH] Fix broken link to `vue-loader` documentation. The page https://vue-loader.vuejs.org/en/configurations/advanced.html doesn't exist anymore, use that one instead: https://vue-loader.vuejs.org/options.html --- frontend/encore/vuejs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/encore/vuejs.rst b/frontend/encore/vuejs.rst index c528d199b08..180c0f3974c 100644 --- a/frontend/encore/vuejs.rst +++ b/frontend/encore/vuejs.rst @@ -27,7 +27,7 @@ also configure the `vue-loader options`_ via a callback: .. code-block:: javascript .enableVueLoader(function(options) { - // https://vue-loader.vuejs.org/en/configurations/advanced.html + // https://vue-loader.vuejs.org/options.html options.preLoaders = { js: '/path/to/custom/loader' @@ -53,4 +53,4 @@ See :doc:`/frontend/encore/dev-server` for more details. .. _`babel-preset-react`: https://babeljs.io/docs/plugins/preset-react/ .. _`Vue.js`: https://vuejs.org/ -.. _`vue-loader options`: https://vue-loader.vuejs.org/en/configurations/advanced.html +.. _`vue-loader options`: https://vue-loader.vuejs.org/options.html