Skip to content

fix: correct broken delegated access links in overview page#1

Open
turnkeyintern wants to merge 1 commit intomainfrom
fix/delegated-access-broken-links
Open

fix: correct broken delegated access links in overview page#1
turnkeyintern wants to merge 1 commit intomainfrom
fix/delegated-access-broken-links

Conversation

@turnkeyintern
Copy link
Owner

Problem

Two links in concepts/policies/delegated-access-overview.mdx were broken:

  • Client-side Delegated Access setup → resolved to /concepts/policies/concepts/policies/delegated-access-frontend
  • Server-side Delegated Access setup → resolved to /concepts/policies/concepts/policies/delegated-access-backend

Root Cause

The links used relative paths without a leading /. Since the page lives at /concepts/policies/delegated-access-overview, the relative path doubled the prefix.

Fix

Added a leading / to make both links absolute:

  • concepts/policies/delegated-access-frontend/concepts/policies/delegated-access-frontend
  • concepts/policies/delegated-access-backend/concepts/policies/delegated-access-backend

Relative paths (concepts/policies/delegated-access-*) were resolving
to double-prefixed URLs like /concepts/policies/concepts/policies/...
because the file lives at that path. Added leading slash to make
them absolute paths.
@MasterHW
Copy link

good stuff kid

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