From 002235e5be60fe177fcf0eeab0947515668119d4 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 returns 301 redirects to graphite.com, causing broken link detection to flag these as 404s. Co-Authored-By: Claude Opus 4.6 Change-Id: I4cb7683857cff5fa2aea7892f205700d1442a798 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..04bddd8d1f 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/graphite-quick-start). 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