Fix broken Adding Dynamic Endpoints hyperlink#11336
Fix broken Adding Dynamic Endpoints hyperlink#11336Gimhanihangawaththa wants to merge 2 commits into
Conversation
Corrected the internal documentation link for the "Adding Dynamic Endpoints" reference in the Endpoint Types page.
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis pull request updates a single hyperlink in the endpoint types documentation. The "Adding Dynamic Endpoints" link in the Dynamic Endpoint table row was changed from a templated 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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.
Pull request overview
This PR aims to fix a broken internal documentation hyperlink for the “Adding Dynamic Endpoints” reference on the Endpoint Types page to improve navigation within the API Manager docs.
Changes:
- Updated the “Adding Dynamic Endpoints” hyperlink in the Dynamic Endpoint description to use a different (relative) URL.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Corrected the internal documentation link for the "Adding Dynamic Endpoints" reference in the Endpoint Types page.
Purpose
The Endpoint Types documentation contained an incorrect internal link to the “Adding Dynamic Endpoints” section.
This could lead users to a broken or invalid navigation path within the API Manager documentation, affecting usability and navigation consistency.
Goals
Ensure the link correctly navigates to the relevant documentation page.
Approach
Replaced the incorrect link with a working relative path.
Before:
[Adding Dynamic Endpoints](https://apim.docs.wso2.com/en/4.7.0/api-design-manage/design/api-policies/regular-gateway-policies/adding-dynamic-endpoints/)
After:
[Adding Dynamic Endpoints](https://apim.docs.wso2.com/en/4.2.0/design/api-policies/regular-gateway-policies/adding-dynamic-endpoints/)
This ensures correct navigation to the target documentation page.
User stories
Users can correctly navigate to the "Adding Dynamic Endpoints" documentation without encountering broken links.
Release note
Fixed an incorrect internal documentation link in the Endpoint Types page for “Adding Dynamic Endpoints”.
Documentation
N/A – This PR is a documentation correction with no new feature or structural change.