diff --git a/fixtures/browser_src_template/expected/webpack.mix.js b/fixtures/browser_src_template/expected/webpack.mix.js index 0c3ecc9b..cdc93ff9 100644 --- a/fixtures/browser_src_template/expected/webpack.mix.js +++ b/fixtures/browser_src_template/expected/webpack.mix.js @@ -50,7 +50,7 @@ mix // SASS entry file. Uses autoprefixer automatically. .sass("src/css/app.scss", "css") // Customize postCSS: - // https://github.com/JeffreyWay/laravel-mix/blob/master/docs/css-preprocessors.md#postcss-plugins + // https://github.com/laravel-mix/laravel-mix/blob/master/docs/postcss.md .options({ // If you want to process images, change this to true and add options from // https://github.com/tcoopman/image-webpack-loader diff --git a/fixtures/browser_src_template__generate_auth/expected/webpack.mix.js b/fixtures/browser_src_template__generate_auth/expected/webpack.mix.js index 0c3ecc9b..cdc93ff9 100644 --- a/fixtures/browser_src_template__generate_auth/expected/webpack.mix.js +++ b/fixtures/browser_src_template__generate_auth/expected/webpack.mix.js @@ -50,7 +50,7 @@ mix // SASS entry file. Uses autoprefixer automatically. .sass("src/css/app.scss", "css") // Customize postCSS: - // https://github.com/JeffreyWay/laravel-mix/blob/master/docs/css-preprocessors.md#postcss-plugins + // https://github.com/laravel-mix/laravel-mix/blob/master/docs/postcss.md .options({ // If you want to process images, change this to true and add options from // https://github.com/tcoopman/image-webpack-loader