Skip to content

Commit fcc88e3

Browse files
committed
docs(pwa): update workbox docs links
1 parent ef08a08 commit fcc88e3

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

docs/core-plugins/pwa.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@ file, or the `"vue"` field in `package.json`.
1616
- **pwa.workboxPluginMode**
1717

1818
This allows you to choose between the two modes supported by the underlying
19-
[`workbox-webpack-plugin`](https://developers.google.com/web/tools/workbox/modules/workbox-webpack-plugin).
19+
[`workbox-webpack-plugin`](https://developer.chrome.com/docs/workbox/modules/workbox-webpack-plugin/).
2020

2121
- `'GenerateSW'` (default), will lead to a new service worker file being created
22-
each time you rebuild your web app.
22+
each time you rebuild your web app.
2323

2424
- `'InjectManifest'` allows you to start with an existing service worker file,
25-
and creates a copy of that file with a "precache manifest" injected into it.
25+
and creates a copy of that file with a "precache manifest" injected into it.
2626

27-
The "[Which Plugin to Use?](https://developers.google.com/web/tools/workbox/modules/workbox-webpack-plugin#which_plugin_to_use)"
27+
The "[Which Plugin to Use?](https://developer.chrome.com/docs/workbox/modules/workbox-webpack-plugin/#which-plugin-to-use)"
2828
guide can help you choose between the two modes.
2929

3030
- **pwa.workboxOptions**
3131

3232
These options are passed on through to the underlying `workbox-webpack-plugin`.
3333

3434
For more information on what values are supported, please see the guide for
35-
[`GenerateSW`](https://developers.google.com/web/tools/workbox/modules/workbox-webpack-plugin#full_generatesw_config)
36-
or for [`InjectManifest`](https://developers.google.com/web/tools/workbox/modules/workbox-webpack-plugin#full_injectmanifest_config).
35+
[`GenerateSW`](https://developer.chrome.com/docs/workbox/reference/workbox-webpack-plugin/#type-GenerateSWConfig)
36+
or for [`InjectManifest`](https://developer.chrome.com/docs/workbox/reference/workbox-webpack-plugin/#type-InjectManifest).
3737

3838
- **pwa.name**
3939

@@ -78,11 +78,11 @@ file, or the `"vue"` field in `package.json`.
7878
The object will be used to generate the `manifest.json`
7979

8080
If the following attributes are not defined in the object, the options of `pwa` or default options will be used instead.
81-
- name: `pwa.name`
82-
- short_name: `pwa.name`
83-
- start_url: `'.'`
84-
- display: `'standalone'`
85-
- theme_color: `pwa.themeColor`
81+
- name: `pwa.name`
82+
- short_name: `pwa.name`
83+
- start_url: `'.'`
84+
- display: `'standalone'`
85+
- theme_color: `pwa.themeColor`
8686

8787
- **pwa.manifestCrossorigin**
8888

packages/@vue/cli-plugin-pwa/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@ file, or the `"vue"` field in `package.json`.
1616
- **pwa.workboxPluginMode**
1717

1818
This allows you to choose between the two modes supported by the underlying
19-
[`workbox-webpack-plugin`](https://developers.google.com/web/tools/workbox/modules/workbox-webpack-plugin).
19+
[`workbox-webpack-plugin`](https://developer.chrome.com/docs/workbox/modules/workbox-webpack-plugin/).
2020

2121
- `'GenerateSW'` (default), will lead to a new service worker file being created
22-
each time you rebuild your web app.
22+
each time you rebuild your web app.
2323

2424
- `'InjectManifest'` allows you to start with an existing service worker file,
25-
and creates a copy of that file with a "precache manifest" injected into it.
25+
and creates a copy of that file with a "precache manifest" injected into it.
2626

27-
The "[Which Plugin to Use?](https://developers.google.com/web/tools/workbox/modules/workbox-webpack-plugin#which_plugin_to_use)"
27+
The "[Which Plugin to Use?](https://developer.chrome.com/docs/workbox/modules/workbox-webpack-plugin/#which-plugin-to-use)"
2828
guide can help you choose between the two modes.
2929

3030
- **pwa.workboxOptions**
3131

3232
These options are passed on through to the underlying `workbox-webpack-plugin`.
3333

3434
For more information on what values are supported, please see the guide for
35-
[`GenerateSW`](https://developers.google.com/web/tools/workbox/modules/workbox-webpack-plugin#full_generatesw_config)
36-
or for [`InjectManifest`](https://developers.google.com/web/tools/workbox/modules/workbox-webpack-plugin#full_injectmanifest_config).
35+
[`GenerateSW`](https://developer.chrome.com/docs/workbox/reference/workbox-webpack-plugin/#type-GenerateSWConfig)
36+
or for [`InjectManifest`](https://developer.chrome.com/docs/workbox/reference/workbox-webpack-plugin/#type-InjectManifest).
3737

3838
- **pwa.name**
3939

@@ -78,11 +78,11 @@ file, or the `"vue"` field in `package.json`.
7878
The object will be used to generate the `manifest.json`
7979

8080
If the following attributes are not defined in the object, the options of `pwa` or default options will be used instead.
81-
- name: `pwa.name`
82-
- short_name: `pwa.name`
83-
- start_url: `'.'`
84-
- display: `'standalone'`
85-
- theme_color: `pwa.themeColor`
81+
- name: `pwa.name`
82+
- short_name: `pwa.name`
83+
- start_url: `'.'`
84+
- display: `'standalone'`
85+
- theme_color: `pwa.themeColor`
8686

8787
- **pwa.manifestCrossorigin**
8888

0 commit comments

Comments
 (0)