Fix worker-manager provider doc links#8541
Merged
matt-boris merged 2 commits intoApr 27, 2026
taskcluster:maintaskcluster/taskcluster:mainfrom
Kelpy2004:codex/fix-worker-manager-doc-linksKelpy2004/taskcluster:codex/fix-worker-manager-doc-linksCopy head branch name to clipboard
Merged
Fix worker-manager provider doc links#8541matt-boris merged 2 commits intotaskcluster:maintaskcluster/taskcluster:mainfrom Kelpy2004:codex/fix-worker-manager-doc-linksKelpy2004/taskcluster:codex/fix-worker-manager-doc-linksCopy head branch name to clipboard
matt-boris merged 2 commits into
taskcluster:maintaskcluster/taskcluster:mainfrom
Kelpy2004:codex/fix-worker-manager-doc-linksKelpy2004/taskcluster:codex/fix-worker-manager-doc-linksCopy head branch name to clipboard
Conversation
Kelpy2004
requested review from
lotas,
matt-boris and
petemoore
and removed request for
a team
April 25, 2026 04:26
Contributor
Author
|
The changelog entry is now added and the latest checks are passing. Netlify skipped because this is a docs-only change, so there is no UI deploy content change. Happy to adjust anything if preferred. |
matt-boris
approved these changes
Apr 27, 2026
matt-boris
left a comment
Contributor
There was a problem hiding this comment.
Thanks for your contribution! Looks good 👍🏻
matt-boris
enabled auto-merge
April 27, 2026 13:08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Github Bug/Issue: Fixes #8540
I fixed the broken provider links in the
launch-configurationsWorker Manager documentation.The page was linking to
.mdxfile paths, which results in 404s on the published docs site. I updated the links to point to the correct published documentation routes for:Testing
I verified that the links in
ui/docs/reference/core/worker-manager/launch-configurations.mdxnow point to the published documentation routes instead of.mdxfile paths.