Skip to content
Merged
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 src/content/docs/integrations/graphite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import IntegrationLogo from "../../../components/IntegrationLogo.astro"

<IntegrationLogo src={graphiteLogo} alt="Graphite logo"/>

[Graphite](https://graphite.dev) is a modern code review tool designed for
[Graphite](https://graphite.com) is a modern code review tool designed for
fast-moving teams. It helps engineers write and review smaller pull requests
(PRs), stay unblocked, and ship faster. In this documentation, we explain
how to use Mergify with Graphite and highlight some important configurations.
Expand All @@ -19,7 +19,7 @@ how to use Mergify with Graphite and highlight some important configurations.

- Graphite installed and configured for your project. If you are not familiar
with Graphite, we recommend following their [quick start
guide](https://graphite.dev/docs/graphite-quick-start).
guide](https://graphite.com/docs/get-started).

In the following step we will use a sample stack with our "trunk branch" named
`main` and three branches A, B and C with their corresponding pull requests
Expand Down