From 8ed2a16b94c57ea6d5a58b8ff132e8786356899f Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 26 Feb 2026 11:13:55 +0100 Subject: [PATCH] fix: update Graphite links from graphite.dev to graphite.com The graphite.dev domain now redirects to graphite.com, and the graphite-quick-start page has been renamed to get-started. Co-Authored-By: Claude Opus 4.6 Change-Id: I2f3e74457dea89b73aa9b0f901e638da081de4dd Claude-Session-Id: dae7226d-79ea-4c74-95c5-01e1f5f6387f --- src/content/docs/integrations/graphite.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/integrations/graphite.mdx b/src/content/docs/integrations/graphite.mdx index df851690ac..a0457be945 100644 --- a/src/content/docs/integrations/graphite.mdx +++ b/src/content/docs/integrations/graphite.mdx @@ -8,7 +8,7 @@ import IntegrationLogo from "../../../components/IntegrationLogo.astro" -[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. @@ -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