Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc link in serviceWorker.js is out of date - https://bitly.com/CRA-PWA #7310

Closed
pimlottc-gov opened this issue Jul 2, 2019 · 1 comment
Closed

Comments

@pimlottc-gov
Copy link

Describe the bug

The documentation link in the serviceWorkers.js file generated by create-react-app is out of date:

https://bit.ly/CRA-PWA

The link redirects to:
https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#making-a-progressive-web-app

This page does not contain any information about service workers / progressive web apps.

It seems like the new correct page should be:
https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app.

Steps to reproduce

  1. npx create-react-app my-app
  2. Examine my-app/src/serviceWorkers.js
  3. Open the link in the comments

Expected behavior

User sees documentation on register a service worker.

Actual behavior

User sees default create-react-app README.md template.

@petetnt
Copy link
Contributor

petetnt commented Jul 2, 2019

Thanks @pimlottc-gov, this is a dupe of #5910

@petetnt petetnt closed this as completed Jul 2, 2019
@lock lock bot locked and limited conversation to collaborators Jul 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants