facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.78k stars 26.87k forks source link

Wrong PWA documentation URL in the bootstrapped project #6230

Closed kamranahmedse closed 5 years ago

kamranahmedse commented 5 years ago

The PWA documentation URL in template/src/index.js refers to the link where documentation does not exist any more. It should link to the page in the docs.

I could open a PR but it's a shortened bit.ly URL.

iansu commented 5 years ago

There's a link in the README that points to the new page in the docs. That is the best we can do since bitly won't allow us to change the destination of that shortlink. We will replace the bitly link in the template when we have a better URL shortner in place.

kamranahmedse commented 5 years ago

You can always create a new link and put it in the codebase. But anyways, it's your call :)

iansu commented 5 years ago

Yup, that's the plan. But first we need to find a new URL shortner so we don't end up in this same situation in the future. Regardless, that old link is in millions of already created apps so we can never really get rid of it.