Skip to content
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

doc: fix GitHub PR link in getting-started.md #815

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/docs/introduction/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,11 @@ 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`:

> https://reviewstack.dev/facebook/react/pull/25506
> [`https://reviewstack.dev/facebook/react/pull/25506`](https://reviewstack.dev/facebook/react/pull/25506)

On ReviewStack, the diff and the timeline for a pull request are displayed side-by-side rather than split across tabs. Read the [ReviewStack docs](../addons/reviewstack.md) to learn more about the various features it offers.

Expand Down