Skip to content

Commit 619965b

Browse files
committed
docs: fix 404 links
1 parent 697bb44 commit 619965b

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-plugin-pwa

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-pwa/ui.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = api => {
2929
type: 'list',
3030
message: 'org.vue.pwa.config.pwa.workboxPluginMode.message',
3131
description: 'org.vue.pwa.config.pwa.workboxPluginMode.description',
32-
link: 'https://developers.google.com/web/tools/workbox/modules/workbox-webpack-plugin#which_plugin_to_use',
32+
link: 'https://developer.chrome.com/docs/workbox/modules/workbox-webpack-plugin/#which-plugin-to-use',
3333
default: 'GenerateSW',
3434
value: data.vue && data.vue.pwa && data.vue.pwa.workboxPluginMode,
3535
choices: [

0 commit comments

Comments
 (0)