docs: restore /docker-for-windows/troubleshoot/ alias - #26025
Open
sunm2n wants to merge 1 commit into
Open
Conversation
The alias was removed in docker#25115 along with seven others on this page, as old and unused based on traffic analysis. It still receives inbound traffic that the analysis would not have shown as a working path: the VS Code documentation links to /docker-for-windows/troubleshoot/#volumes, and readers following that link get a 404. Restore only this one alias. The other seven removed in docker#25115 also 404, but no inbound links were found for them. Signed-off-by: Sunmin Lee <134378502+sunm2n@users.noreply.github.com>
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Description
/docker-for-windows/troubleshoot/currently returns a 404. This restoresthe alias on the Docker Desktop troubleshoot page.
That alias was removed deliberately in #25115 ("redirect tidy"), along with
seven others on the same page, as old and unused based on traffic analysis.
I'm proposing to restore one of them because there's a live inbound link
that traffic data wouldn't have shown as a working path:
VS Code's dev container tips and tricks page
links to
https://docs.docker.com/docker-for-windows/troubleshoot/#volumes.Readers following that link land on a 404, which is how #26020 was reported.
Scope: only
/docker-for-windows/troubleshoot/. The other seven aliasesremoved in #25115 also 404 today, but I didn't find inbound links for them,
so I left them alone. Happy to restore more if you'd prefer.
On the anchor:
#volumesno longer resolves — that content moved to thetroubleshoot topics page. The alias lands readers on the troubleshoot
overview, which links through to it. Still better than a 404.
Related issues or tickets
Fixes #26020
Reviews