Uh oh!
There was an error while loading. Please reload this page.
Conversation
The 'Getting Started' documentation page has a section about replacing the GitHub PR URL with reviewstack, but the link in Markdown is parsed as GitHub flavored Markdown and shows just `react/react#25506` instead of `https://github.com/facebook/react/pull/25506` which is slightly confusing. This change fixes that to the full intended URL is displayed.
facebook-github-bot
commented
Jan 18, 2024
Hi @pseudomata! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
facebook-github-bot
commented
Jan 18, 2024
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
Wrapping the link as an inline code block prevents the GitHub flavored Markdown parsing it into a PR reference and preserves the full URL.
facebook-github-bot
commented
Jan 18, 2024
@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
quark-zju
commented
Jan 18, 2024
Thanks! I removed the code span so they render as regular text. |
ghost
commented
Jan 18, 2024
In my first commit I didn't wrap them in a code span but they still appeared to render as |
quark-zju
commented
Jan 18, 2024
I noticed that. I found appending a space also works so I used that instead. |
quark-zju
commented
Jan 18, 2024
I think this was pushed as fe03a17. Not sure why the bot didn't close this... |
Summary: The 'Getting Started' documentation page has a section about replacing the GitHub PR URL with reviewstack, but the link in Markdown is parsed as GitHub flavored Markdown and shows just `react/react#25506` instead of `https://github.com/facebook/react/pull/25506` which is slightly confusing. This change fixes that to the full intended URL is displayed. See: https://sapling-scm.com/docs/introduction/getting-started#browsing-pull-requests  Pull Request resolved: facebook#815 Reviewed By: evangrayk Differential Revision: D52875007 Pulled By: quark-zju fbshipit-source-id: 4c674ae6f18cb9664ac5c639d35e92cc0ab6c5ed
ghost
commented
Jan 19, 2024
Ah cool. Thank you @quark-zju! |
The 'Getting Started' documentation page has a section about replacing the GitHub PR URL with reviewstack, but the link in Markdown is parsed as GitHub flavored Markdown and shows just
facebook/react#25506instead ofhttps://github.com/facebook/react/pull/25506which is slightly confusing. This change fixes that to the full intended URL is displayed.See: https://sapling-scm.com/docs/introduction/getting-started#browsing-pull-requests
