From 0d9d9650c70871dbf964bdf398ffd85bc71baf61 Mon Sep 17 00:00:00 2001 From: Maarten Hazewinkel Date: Fri, 22 May 2026 13:36:58 +0200 Subject: [PATCH] docs: better link for pr code suggestions tool The previous link for submitting code suggestions linked to an old, unmaintained and archived action. The updated link goes to a better maintained action that performs the same work. --- docs/github-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/github-action.md b/docs/github-action.md index 0cd9567fe..4f3c20513 100644 --- a/docs/github-action.md +++ b/docs/github-action.md @@ -45,7 +45,7 @@ jobs: `write_changes`: doesn't commit or push anything to the branch. It only writes the changes locally to disk, and this can be combined with other actions, for instance that will [submit code -suggestions based on that local diff](https://github.com/getsentry/action-git-diff-suggestions). +suggestions based on that local diff](https://github.com/parkerbxyz/suggest-changes). ### Examples