From ca84cc9c2af946b8d1902585ade1db56dec0d4a4 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Mon, 6 Nov 2023 22:00:36 +0100 Subject: [PATCH] Fix broken "Edit on GitHub" URLs in docs (#6258) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 856ecbeeb5d..f964b5eeb4e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -138,7 +138,7 @@ "display_github": True, "github_user": "Cog-Creators", "github_repo": "Red-DiscordBot", - "github_version": "V3/develop/docs/", + "github_version": "V3/develop", } # Add any paths that contain custom static files (such as style sheets) here,