Skip to content

docs: point a commit link at the current org, not the pre-rebrand one - #1778

Open
ptlnextdoor wants to merge 1 commit into
rocketride-org:developfrom
ptlnextdoor:docs/RR-fix-stale-org-url
Open

docs: point a commit link at the current org, not the pre-rebrand one#1778
ptlnextdoor wants to merge 1 commit into
rocketride-org:developfrom
ptlnextdoor:docs/RR-fix-stale-org-url

Conversation

@ptlnextdoor

@ptlnextdoor ptlnextdoor commented Aug 1, 2026

Copy link
Copy Markdown

tools/contract_checks/README.md links the fix commit under the pre-rebrand org:

https://github.com/aparavi/rocketride-server/commit/c4aa67921   -> 404
https://github.com/rocketride-org/rocketride-server/commit/...  -> 200

Verified both just now. One-line change, and the only occurrence of an old-org URL repo-wide (grep -rn "github.com/aparavi" returns exactly this line).

Other Aparavi mentions in the tree are not rebrand residue and are deliberately untouched: nodes/src/nodes/aparavi_aql/ documents the Aparavi data-governance platform, which is a real third-party system this node queries.

Worth noting the docs audit in #1718 cannot catch this class — it resolves paths inside the repo and never fetches an external URL. Dead external links are exactly what a rebrand leaves behind, so that gap is worth closing separately.

Summary by CodeRabbit

  • Documentation
    • Updated the production incident reference link to point to the correct repository.

tools/contract_checks/README.md linked a fix commit under
github.com/aparavi/rocketride-server, which 404s. The same commit under
rocketride-org/rocketride-server returns 200. Only occurrence repo-wide.

Note: the docs audit cannot catch this class -- it resolves paths inside
the repo and never fetches an external URL.
Copilot AI review requested due to automatic review settings August 1, 2026 23:16

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions github-actions Bot added the docs Documentation label Aug 1, 2026
@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor
🤖 Internal: Discord sync marker

Auto-managed by the Discord notification workflow. Stores the linked Discord message ID and forum thread ID. Do not edit or delete.

@coderabbitai

coderabbitai Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 80d0c51a-f8c0-449d-9040-908e59983bba

📥 Commits

Reviewing files that changed from the base of the PR and between b8068d7 and 2bebbec.

📒 Files selected for processing (1)
  • tools/contract_checks/README.md

📝 Walkthrough

Walkthrough

The README production incident link for commit c4aa67921 now points to the Rocketride repository instead of the Aparavi repository.

Changes

Incident link update

Layer / File(s) Summary
Update incident reference
tools/contract_checks/README.md
The production incident link now uses the Rocketride repository.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: jmaionchi, stepmikhaylov

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the updated commit link from the pre-rebrand organization to the current organization.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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

Labels

docs Documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants