From 299f672cd61e5dc142432d6e712b895911096ccf Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Tue, 19 Aug 2025 16:05:53 +0200 Subject: [PATCH] Change the repository URL in `conf.py`. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 457fd74..881d91c 100644 --- a/conf.py +++ b/conf.py @@ -45,7 +45,7 @@ html_theme_options = { html_context = { "display_github": True, - "github_user": "Ivorforce", + "github_user": "godotengine", "github_repo": "godot-contributing-docs", "github_version": "main", "conf_py_path": "/",