Skip to content

Fix broken link to Adding Dynamic Endpoints documentation - #11833

Open
keshangamage wants to merge 1 commit into
wso2:4.7.0from
keshangamage:fix-dynamic-endpoints-link
Open

Fix broken link to Adding Dynamic Endpoints documentation#11833
keshangamage wants to merge 1 commit into
wso2:4.7.0from
keshangamage:fix-dynamic-endpoints-link

Conversation

@keshangamage

Copy link
Copy Markdown

Purpose

The "Adding Dynamic Endpoints" link in the Dynamic Endpoint row of the Endpoint Types page returns a 404.

The link points to:
{{base_path}}/api-design-manage/design/api-policies/regular-gateway-policies/adding-dynamic-endpoints/

That path does not exist. en/redirects.yml maps the eleven regular-gateway-policies paths that use the manage-apis/ prefix, but there is no entry for the api-design-manage/ prefix used here, so the request falls through to the 404 page.

Goals

Restore the link so readers can reach the Adding Dynamic Endpoints page from the endpoint type description that references it.

Approach

Updated the link to the path the page is actually published at, per the mkdocs.yml nav entry (api-gateway/policies/adding-dynamic-endpoints.md):
{{base_path}}/api-gateway/policies/adding-dynamic-endpoints/

This matches what en/docs/llms.txt already lists for the page, and matches how the same link is written on the master branch. Verified locally with mkdocs serve that the link resolves to the Adding Dynamic Endpoints page instead of the 404 page.

User stories

N/A

Release note

Fixed a broken link to the "Adding Dynamic Endpoints" documentation on the Endpoint Types page.

Documentation

N/A - this PR is the documentation change.

Training

N/A

Certification

N/A - link correction only; no change to product behavior or documented procedure.

Marketing

N/A

Automation tests

N/A - documentation-only change.

Security checks

Samples

N/A

Related PRs

N/A

Migrations (if applicable)

N/A

Test environment

N/A - documentation-only change. Verified with a local mkdocs serve build and against the published 4.7.0 documentation site.

Learning

The master branch already carries the corrected link, so this only reproduces on the published 4.7.0 site. Comparing the two branches is what isolated it. Worth noting that a stale link is not automatically a broken one here - en/redirects.yml covers many old paths, and I checked it before concluding this one was genuinely unmapped.

@coderabbitai

coderabbitai Bot commented Aug 26, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 80eac8de-5a04-4baf-a77f-1060ff711d8c

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

@CLAassistant

CLAassistant commented Aug 26, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

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.

2 participants