Skip to content

fix: replace stale GitLab commit URLs with GitHub URLs in CHANGELOG#12

Closed
shebistar wants to merge 1 commit into
mainfrom
fix/changelog-gitlab-urls
Closed

fix: replace stale GitLab commit URLs with GitHub URLs in CHANGELOG#12
shebistar wants to merge 1 commit into
mainfrom
fix/changelog-gitlab-urls

Conversation

@shebistar

Copy link
Copy Markdown
Contributor

Summary

  • Replaces all GitLab commit URLs in CHANGELOG.md with their GitHub equivalents
  • Removes inaccessible GitLab merge request references

Problem

After migrating from GitLab to GitHub, CHANGELOG.md still contained 48 commit links pointing to gitlab.consulting.redhat.com. These links are not accessible from the public GitHub repository and mislead contributors trying to trace historical changes.

Changes

  • CHANGELOG.md: 48 commit URLs updated from gitlab.consulting.redhat.com/.../commit/github.com/redhat-cop/openshift_virtualization_migration_ees/commit/
  • Removed See merge request ... lines that referenced old GitLab MR numbers (no longer accessible)

Test plan

  • Verify all commit links in CHANGELOG.md resolve correctly on GitHub
  • Confirm no gitlab.consulting.redhat.com references remain

Closes #7

Made with Cursor

After migrating from GitLab to GitHub, all commit links in CHANGELOG.md
still pointed to gitlab.consulting.redhat.com. These are now updated to
point to github.com/redhat-cop/openshift_virtualization_migration_ees.

Legacy GitLab merge request references (See merge request ...) have also
been removed as they are inaccessible from the public GitHub repository.

Closes #7
@shebistar shebistar requested a review from a team as a code owner May 4, 2026 17:39
@shebistar shebistar closed this Jun 25, 2026
@shebistar shebistar deleted the fix/changelog-gitlab-urls branch June 25, 2026 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: CHANGELOG contains stale GitLab commit URLs after migration to GitHub

1 participant