Skip to content

Documentation links still point to old nexB organization #255

Description

@gyanranjanpanda

Problem

The "Edit on GitHub" links in the documentation are pointing to the old nexB organization instead of aboutcode-org. While GitHub redirects them automatically, it would be better to have them point to the correct place directly.

Steps to reproduce

  1. Go to https://aboutcode.readthedocs.io/en/latest/
    1. Click the GitHub icon in the top right (or any "Edit on GitHub" link)
    1. Notice the URL shows github.com/nexB/aboutcode before redirecting to github.com/aboutcode-org/aboutcode

Expected behavior

The links should point directly to github.com/aboutcode-org/aboutcode without needing a redirect.

Suggested fix

Update the github_user field in docs/source/conf.py from "nexB" to "aboutcode-org".

html_context = {
    "display_github": True,
    "github_user": "aboutcode-org",  # was "nexB"
    "github_repo": "aboutcode",
    "github_version": "master",
    "conf_py_path": "/docs/source/",
}

This is a simple one-line change that fixes all the Edit on GitHub links throughout the docs.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions