From 4d3d4c05201c0aec76b4d8450c9abb1e0223ed63 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 20 Aug 2021 14:10:39 +0200 Subject: [PATCH] Add /go/wsl2/ redirect Docker Desktop uses an informational message that prints: We recommend to activate the WSL integration in Docker Desktop settings. See https://docs.docker.com/desktop/windows/wsl/ for details. We see quite some users trying to copy the URL, and accidentally copying part of the text, which results in a 404; https://github.com/docker/docker.github.io/issues?q=in%3Atitle+%2Fdocker-for-windows%2Fwsl%2Ffor%2520details+ I'm changing the message to have the URL on a separate line for easier copying, but having a shorter URL would make it slightly easier for users to type it in their browser, without having to copy it. This adds a new URL https://docs.docker.com/go/wsl2/ that we can redirect to the most appropriate location within the docs, without having to update the URL in Docker Desktop itself. Signed-off-by: Sebastiaan van Stijn --- go/wsl2.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 go/wsl2.md diff --git a/go/wsl2.md b/go/wsl2.md new file mode 100644 index 0000000000..a62b756bec --- /dev/null +++ b/go/wsl2.md @@ -0,0 +1,4 @@ +--- +description: Link used by Docker Desktop to refer users on how to activate WSL 2 +redirect_to: /desktop/windows/wsl/ +---