Skip to content

Commit

Permalink
doc: fix GitHub PR link in getting-started.md (#815)
Browse files Browse the repository at this point in the history
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: #815

Reviewed By: evangrayk

Differential Revision: D52875007

Pulled By: quark-zju

fbshipit-source-id: 4c674ae6f18cb9664ac5c639d35e92cc0ab6c5ed
  • Loading branch information
Pseudomata authored and facebook-github-bot committed Jan 18, 2024
1 parent 42a4a64 commit fe03a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/introduction/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ In addition to reviewing pull requests on github.com, you may also want to try [

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

> https://github.com/facebook/react/pull/25506
> [https://github.com/facebook/react/pull/25506 ](https://github.com/facebook/react/pull/25506)
and replace the `github.com` domain with `reviewstack.dev`:

Expand Down

0 comments on commit fe03a17

Please sign in to comment.