-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Describe the bug
The Machine Identities documentation contains a broken link for "Role Assignment".
The link points to /documentation/platform/role-based-access-controls
, which returns a 404 page.
To Reproduce
Steps to reproduce the behavior:
- Go to https://infisical.com/docs/documentation/platform/identities/machine-identities
- Scroll to Key Features
- Click on "roles"
- See 404 error
Expected behavior
The link should point to:
/documentation/platform/access-controls/role-based-access-controls
which resolves correctly.
Screenshots
Broken link in Key Features section:
Platform you are having the issue on:
- Documentation site (https://infisical.com/docs)
Additional context
A fix is straightforward: update the link inside
docs/documentation/platform/identities/machine-identities.mdx
from:
/documentation/platform/role-based-access-controls
to:
/documentation/platform/access-controls/role-based-access-controls
.
I’ve tested the change locally using mintlify dev
and confirmed it resolves the issue.
Metadata
Metadata
Assignees
Labels
No labels