From eab1fdbe0f15cff20095bdeca7673ceaa6778061 Mon Sep 17 00:00:00 2001 From: Gyan Ranjan Panda Date: Wed, 4 Feb 2026 10:59:39 +0530 Subject: [PATCH] Update github_user to aboutcode-org in docs config The Edit on GitHub links were still pointing to the old nexB org. Changed it to aboutcode-org so the links go to the right place. Signed-off-by: Gyan Ranjan Panda --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 04c6a2ae..58d67567 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -79,7 +79,7 @@ html_context = { "display_github": True, - "github_user": "nexB", + "github_user": "aboutcode-org", "github_repo": "aboutcode", "github_version": "master", # branch "conf_py_path": "/docs/source/", # path in the checkout to the docs root