-
Notifications
You must be signed in to change notification settings - Fork 25k
[Docs] fix props anchor links #6208
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
Conversation
|
@facebook-github-bot shipit |
|
Thanks for importing. If you are an FB employee go to Phabricator to review. |
|
@vjeux I'm so sorry. I wanted to update PR to fix others anchor links. Take a look on second commit please. |
|
@skv-headless updated the pull request. |
1fcfbb8 to
b9f35eb
Compare
|
@skv-headless updated the pull request. |
|
@facebook-github-bot shipit |
b9f35eb to
37b7f3c
Compare
|
@skv-headless updated the pull request. |
37b7f3c to
fb37e18
Compare
|
@skv-headless updated the pull request. |
|
@vjeux again I'm sorry. At last update I fixed anchors on support page and clean code a little bit. Could you please ship again? |
|
Erg sorry, I was too fast :p I can't shipit again but can you open up a pull request with the changes and i'll make sure to merge them in |
Summary:All anchor links are broken because of https://github.com/facebook/react-native/blob/master/website/core/Site.js#L37 base tag it means that relative urls won't work. closes facebook#5450 proof  Closes facebook#6208 Differential Revision: D2988892 Pulled By: vjeux fb-gh-sync-id: da8b621af92d792a258812e38ae15f7cf53873ca shipit-source-id: da8b621af92d792a258812e38ae15f7cf53873ca
All anchor links are broken because of https://github.com/facebook/react-native/blob/master/website/core/Site.js#L37 base tag it means that relative urls won't work.

closes #5450
proof