Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 619965b

Browse filesBrowse files
committed
docs: fix 404 links
1 parent 697bb44 commit 619965b
Copy full SHA for 619965b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • packages/@vue/cli-plugin-pwa
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-pwa/ui.js
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.