diff --git a/docs/usage/modules/datasource.md b/docs/usage/modules/datasource.md
index 4d33d70e60341d9ee9c345ef7e1fe58efe1ac5d8..5f8369a39555dc9a76a54e16e7498f7ef53bb9eb 100644
--- a/docs/usage/modules/datasource.md
+++ b/docs/usage/modules/datasource.md
@@ -21,5 +21,5 @@ You do not need to ever configure/override datasources directly, but you may use
 
 ## Supported Datasources
 
-<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->
+<!-- Autogenerate in https://github.com/renovatebot/renovate -->
 <!-- Autogenerate end -->
diff --git a/docs/usage/modules/manager.md b/docs/usage/modules/manager.md
index b8fc9be8d9cc12d3f08286f9cb7e01ae5ff11c1f..452c8f2685e43037b0a18aab89d9992e2f3a392b 100644
--- a/docs/usage/modules/manager.md
+++ b/docs/usage/modules/manager.md
@@ -11,7 +11,7 @@ The goal of Renovate is to detect and maintain all third-party dependencies in y
 
 ## Supported Managers
 
-<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->
+<!-- Autogenerate in https://github.com/renovatebot/renovate -->
 <!-- Autogenerate end -->
 
 ## Configuring Managers
diff --git a/docs/usage/modules/platform.md b/docs/usage/modules/platform.md
index b96f915c72a15a0a3aefa6851d2a4eefd4d22612..486a7d7e0f16de2fb8249b2d77422ed1dcf4d5b2 100644
--- a/docs/usage/modules/platform.md
+++ b/docs/usage/modules/platform.md
@@ -8,7 +8,7 @@ Renovate aims to be platform-neutral, while also taking advantage of good platfo
 
 ## Supported platforms
 
-<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->
+<!-- Autogenerate in https://github.com/renovatebot/renovate -->
 
 The currently supported platforms are:
 
diff --git a/docs/usage/modules/versioning.md b/docs/usage/modules/versioning.md
index 708116b5777ae5e97a50b3383589005191ac7f19..9b4b98c5264e8956443a9a9f4d262d201e85a5ea 100644
--- a/docs/usage/modules/versioning.md
+++ b/docs/usage/modules/versioning.md
@@ -57,5 +57,5 @@ The configuration below overrides Renovate's default `docker` versioning for the
 
 ## Supported Versioning
 
-<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->
+<!-- Autogenerate in https://github.com/renovatebot/renovate -->
 <!-- Autogenerate end -->
diff --git a/docs/usage/templates.md b/docs/usage/templates.md
index e4625c55044e614f1c2c0037d150d098e9536a30..9ec0b11537acdc514b78e545deadfecb87765064 100644
--- a/docs/usage/templates.md
+++ b/docs/usage/templates.md
@@ -15,14 +15,14 @@ Some are configuration options passed through, while others are generated as par
 
 ## Exposed config options
 
-<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->
+<!-- Autogenerate in https://github.com/renovatebot/renovate -->
 <!-- Autogenerate end -->
 
 <!-- Automatically insert exposed configuration options here -->
 
 ## Other available fields
 
-<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->
+<!-- Autogenerate in https://github.com/renovatebot/renovate -->
 <!-- Autogenerate end -->
 
 <!-- Insert runtime fields here -->
diff --git a/tools/docs/utils.ts b/tools/docs/utils.ts
index c8c8877dfcdaee8832d23e9f48d43eaf19cd33d1..7d8060a30ea71cd844561853707eb5a49e2d904e 100644
--- a/tools/docs/utils.ts
+++ b/tools/docs/utils.ts
@@ -3,7 +3,7 @@ import type { ModuleApi } from '../../lib/types';
 import { readFile } from '../utils';
 
 const replaceStart =
-  '<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->';
+  '<!-- Autogenerate in https://github.com/renovatebot/renovate -->';
 const replaceStop = '<!-- Autogenerate end -->';
 
 export function capitalize(input: string): string {