Skip to content

Commit fe03a17

Browse files
Pseudomatafacebook-github-bot
authored andcommitted
doc: fix GitHub PR link in getting-started.md (facebook#815)
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 `facebook/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 ![image](https://github.com/facebook/sapling/assets/132238190/89880bb4-b13f-4980-9e9c-c1a446dfbc4d) Pull Request resolved: facebook#815 Reviewed By: evangrayk Differential Revision: D52875007 Pulled By: quark-zju fbshipit-source-id: 4c674ae6f18cb9664ac5c639d35e92cc0ab6c5ed
1 parent 42a4a64 commit fe03a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/introduction/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ In addition to reviewing pull requests on github.com, you may also want to try [
170170

171171
To view a GitHub pull request on ReviewStack, take the original URL:
172172

173-
> https://github.com/facebook/react/pull/25506
173+
> [https://github.com/facebook/react/pull/25506 ](https://github.com/facebook/react/pull/25506)
174174
175175
and replace the `github.com` domain with `reviewstack.dev`:
176176

0 commit comments

Comments
 (0)