Typescript template serviceWorker.ts has a dead link
Created by: tjquillan
Describe the bug
The Typescript template serviceWorker.ts has a dead link on line 11 (https://bit.ly/CRA-PWA) which I believe should be directing to https://create-react-app.dev/docs/making-a-progressive-web-app/
Did you try recovering your dependencies?
No this is not in the nature of the bug
Which terms did you search for in User Guide?
(Write your answer here if relevant.)
Environment
Environment Info:
System:
OS: Linux 5.3 Arch Linux undefined
CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Binaries:
Node: 12.13.0 - /usr/bin/node
Yarn: 1.19.1 - /usr/bin/yarn
npm: 6.12.0 - /usr/bin/npm
Browsers:
Chrome: Not Found
Firefox: 70.0
npmPackages:
react: ^16.11.0 => 16.11.0
react-dom: ^16.11.0 => 16.11.0
react-scripts: 3.2.0 => 3.2.0
npmGlobalPackages:
create-react-app: Not Found
Steps to reproduce
(Write your steps here:)
- Open serviceWorker.ts
- Click on the link: https://bit.ly/CRA-PWA
Expected behavior
I expected to be taken to a page on making a progressive web app
Actual behavior
The link directs to a 404 Page not found
Reproducible demo
The base Typescript template "reproduces" this issue