fix: replace dead matrix federation URL in shared links constants#39168
fix: replace dead matrix federation URL in shared links constants#39168successbyte wants to merge 1 commit into
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
📜 Recent review details🧰 Additional context used📓 Path-based instructions (1)**/*.{ts,tsx,js}📄 CodeRabbit inference engine (.cursor/rules/playwright.mdc)
Files:
🧠 Learnings (10)📓 Common learnings📚 Learning: 2025-09-19T15:15:04.642ZApplied to files:
📚 Learning: 2026-01-16T22:56:30.299ZApplied to files:
📚 Learning: 2025-10-28T16:53:42.761ZApplied to files:
📚 Learning: 2026-02-26T19:25:44.063ZApplied to files:
📚 Learning: 2026-02-26T19:25:44.063ZApplied to files:
📚 Learning: 2026-02-25T20:10:16.987ZApplied to files:
📚 Learning: 2025-11-05T21:04:35.787ZApplied to files:
📚 Learning: 2026-02-24T19:09:09.561ZApplied to files:
📚 Learning: 2026-02-10T16:32:42.586ZApplied to files:
🔇 Additional comments (2)
WalkthroughTwo link constant files are updated to redirect the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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. Comment |
|
go.rocket.chat/i/matrix-federation is working fine now |
Proposed changes (including videos or screenshots)
Replaces a dead matrix federation shortlink with a live docs URL in shared link constants.
Updated:
apps/meteor/client/lib/links.tspackages/ui-client/src/lib/links.tslinks.go.matrixFederationnow points to:https://docs.rocket.chat/docs/federation-architecture-and-capabilitiesinstead of:
https://go.rocket.chat/i/matrix-federationIssue(s)
Closes #39167
Steps to test or reproduce
apps/meteor/client/lib/links.tspackages/ui-client/src/lib/links.tsmatrixFederationpoints to:https://docs.rocket.chat/docs/federation-architecture-and-capabilitiesFurther comments
Scope is intentionally minimal: constant replacement only, no behavior/code-path changes.
Summary by CodeRabbit