Skip to content

Commit 2e4d65f

Browse files
kazuponchrisvfritz
authored andcommitted
Change links on deployment guide (vuejs#1104)
* fix extract css related link * change to secureable schema
1 parent 7636c34 commit 2e4d65f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v2/guide/deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ When using Single-File Components, the CSS inside components are injected dynami
7777

7878
Refer to the respective build tool documentations to see how it's done:
7979

80-
- [Webpack + vue-loader](http://vue-loader.vuejs.org/en/configurations/extract-css.html) (the `vue-cli` webpack template has this pre-configured)
80+
- [Webpack + vue-loader](https://vue-loader.vuejs.org/en/configurations/extract-css.html) (the `vue-cli` webpack template has this pre-configured)
8181
- [Browserify + vueify](https://github.com/vuejs/vueify#css-extraction)
82-
- [Rollup + rollup-plugin-vue](https://github.com/znck/rollup-plugin-vue#options)
82+
- [Rollup + rollup-plugin-vue](https://vuejs.github.io/rollup-plugin-vue/#/en/2.3/?id=custom-handler)
8383

8484
## Tracking Runtime Errors
8585

0 commit comments

Comments
 (0)