Skip to content

Commit 6d517a1

Browse files
authored
Merge pull request #256 from gyanranjanpanda/fix/github-org-link
Fix github_user in docs config
2 parents a23ba52 + eab1fdb commit 6d517a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
html_context = {
8181
"display_github": True,
82-
"github_user": "nexB",
82+
"github_user": "aboutcode-org",
8383
"github_repo": "aboutcode",
8484
"github_version": "master", # branch
8585
"conf_py_path": "/docs/source/", # path in the checkout to the docs root

0 commit comments

Comments
 (0)