Fix broken links in the pod-level resource managers blog post - #57418
Fix broken links in the pod-level resource managers blog post#57418magic-peach wants to merge 1 commit into
Conversation
The concept page was moved from concepts/workloads/resource-managers to concepts/resource-management/resource-managers. The intro link now points at the new path. The limitations and deep-dive links pointed at the wrong page entirely: that content lives on the dedicated pod-level-resource-managers concept page, which has never lived under the workloads path, not on the general resource-managers overview.
|
Welcome @magic-peach! |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
LGTM label has been added. DetailsGit tree hash: 56ef43b5cf762b0060970cb787a96610660a2380 |
Description
Three links in this blog post point at
/docs/concepts/workloads/resource-managers/, a path that no longer exists (moved to/docs/concepts/resource-management/resource-managers/per the redirect instatic/_redirects.base). Two of the three are worse than a stale path: the "limitations and caveats" and "deep dive into the technical details" links were never pointing at content that lives on that general overview page at all. Both belong on the dedicatedpod-level-resource-managersconcept page instead, which has a## Limitations and caveatsheading and is the actual deep-dive page the surrounding blog text describes. Updated the first link to the moved path, and the other two to the dedicated page.