-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Fixing bad link to RN documentation. #17048
Conversation
@facebook-github-bot label Needs more information Generated by 🚫 dangerJS |
@facebook-github-bot shipit |
Thank you for catching this! Prior to today, that link would have worked. I'll see if I can fix this in the updated website. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chirag04 is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@hramos great :) Thanks for getting back to me |
Summary: The link referencing the root of RN documentation was leading to a 404 error. As the docs don't seem to have a true "index" page, it makes sense that it goes to the top level entry in the docs, the "Getting Started Section". The alternative solution may be not linking that phrase at all, this seems helpful though. No changes in this pull request require any sort of unit/AB testing, the link directing to the correct place should be apparent. [DOCS] [BUGFIX] [README.md] - Fixing doc resource link. Closes facebook#17048 Differential Revision: D6464455 Pulled By: hramos fbshipit-source-id: 710dc882672d762478910538341b57cb1bb129bb
Summary: The link referencing the root of RN documentation was leading to a 404 error. As the docs don't seem to have a true "index" page, it makes sense that it goes to the top level entry in the docs, the "Getting Started Section". The alternative solution may be not linking that phrase at all, this seems helpful though. No changes in this pull request require any sort of unit/AB testing, the link directing to the correct place should be apparent. [DOCS] [BUGFIX] [README.md] - Fixing doc resource link. Closes facebook#17048 Differential Revision: D6464455 Pulled By: hramos fbshipit-source-id: 710dc882672d762478910538341b57cb1bb129bb
Motivation
The link referencing the root of RN documentation was leading to a 404 error. As the docs don't seem to have a true "index" page, it makes sense that it goes to the top level entry in the docs, the "Getting Started Section". The alternative solution may be not linking that phrase at all, this seems helpful though.
Test Plan
No changes in this pull request require any sort of unit/AB testing, the link directing to the correct place should be apparent.
Release Notes
[DOCS] [BUGFIX] [README.md] - Fixing doc resource link.