From a113d6f3f558093937b166b36e91d2e4d7cbacf2 Mon Sep 17 00:00:00 2001
From: Jamie Magee <jamie.magee@gmail.com>
Date: Thu, 11 Aug 2022 08:59:31 -0700
Subject: [PATCH] docs(development): fix link for github workflow (#17143)

---
 docs/development/static-data.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/development/static-data.md b/docs/development/static-data.md
index a0226d7017..471c54b9b0 100644
--- a/docs/development/static-data.md
+++ b/docs/development/static-data.md
@@ -5,5 +5,5 @@ This is either because the data changes infrequently or would be infeasible to p
 
 ## Updating static data
 
-Static data is updated weekly with a [GitHub Actions workflow](https://github.com/renovate/renovate/actions/workflows/update-data.yml).
+Static data is updated weekly with a [GitHub Actions workflow](https://github.com/renovatebot/renovate/actions/workflows/update-data.yml).
 You can also update it manually by running `yarn run update-static-data`.
-- 
GitLab