Fix stale Devant link in Observability Overview (#515) - #575
Fix stale Devant link in Observability Overview (#515)#575ruchiralakshan123 wants to merge 2 commits into
Conversation
|
Warning Review limit reached
Next review available in: 42 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe WSO2 Integration Platform link in the observability overview table was changed from an external WSO2 URL to an internal relative documentation link. ChangesObservability documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@en/docs/deploy-operate/observe/observability-overview.md`:
- Line 46: Update the WSO2 Integration Platform link in the observability
overview table to use two parent-directory traversals instead of three, so it
resolves to the existing en/docs/manage/cloud/observability/overview.md page.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 1691e298-fd68-4f8e-a0e2-a5a834e248c3
📒 Files selected for processing (1)
en/docs/deploy-operate/observe/observability-overview.md
Broken links, images & orphan pages
Links/images come from one crawl of the production build (baseUrl-aware). Orphans are docs not referenced by Summary
Broken links & imagesIntroduced by this PRNo new broken link(s)/image(s) introduced by this PR. ✅ Already on
|
Purpose
Resolves #515
Goals
Fix the stale Devant documentation link in the Observability Overview table.
Approach
Updated the outdated external link (
https://wso2.com/devant/docs/monitoring-and-insights/observability-overview/) insideen/docs/deploy-operate/observe/observability-overview.mdto point to the correct local WSO2 Integration Platform cloud-observability overview page using a relative path (../../../manage/cloud/observability/overview.md).User stories
N/A
Release note
Fix stale Devant link in Observability Overview.
Documentation
N/A (This is a documentation-only fix)
Training
N/A
Certification
N/A
Marketing
N/A
Automation tests
N/A
N/A
Security checks
Samples
N/A
Related PRs
N/A
Migrations (if applicable)
N/A
Test environment
Verified file path integrity locally in the workspace.
Learning
N/A
Summary by CodeRabbit