mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 16:26:09 +03:00
[GH-ISSUE #4701] [Bug]: Check the Documentation links pointing to invalid locations #2188
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#2188
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guhri88 on GitHub (Sep 25, 2025).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/4701
Required confirmations before submitting
Issue Description
Clicking "Check the Documentation" from the bottom right popup is often resulting in a page not found due to old URLS.
Example: When in CIPP > Advanced > Super Admin > CIPP Roles, if you click on "Check the Documentation," you get sent to https://docs.cipp.app/user-documentation/cipp/super-admin/cipp-roles
The correct link is: https://docs.cipp.app/user-documentation/cipp/advanced/super-admin/custom-roles
I've encountered this at many places throughout CIPP, so I have not documented them all.
Environment Type
Sponsored (paying) user
Front End Version
v8.4.2
Back End Version
v8.4.2
Relevant Logs / Stack Trace
@github-actions[bot] commented on GitHub (Sep 25, 2025):
Thank you for reporting a potential bug. If you would like to work on this bug, please comment:
Thank you for helping us maintain the project!
@bmsimp commented on GitHub (Sep 26, 2025):
FYI, the Check the Documentation link uses a reference path and isn't coded directly. Some of this has to do with the remaining links from the rebuild still having the URL path to their old location in the menu.
@KelvinTegelaar commented on GitHub (Sep 28, 2025):
We're fixing this on the go, thanks for reporting!