From 880df4d8d7ff81c153fe7718714e6d699aba13a4 Mon Sep 17 00:00:00 2001 From: Devendra Kushwah Date: Sat, 20 Jun 2026 17:47:22 +0530 Subject: [PATCH] Fix broken Windows permission requirements link --- content/manuals/desktop/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 6d0c0a9ca25..cfb25076c4f 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -3456,7 +3456,7 @@ This can be resolved by adding the user to the **docker-users** group. Before st - Fixed a bug where `docker run --gpus=all` hangs. Fixes [docker/for-win#13324](https://github.com/docker/for-win/issues/13324). - Fixed a bug where Registry Access Management policy updates were not downloaded. - Docker Desktop now allows Windows containers to work when BitLocker is enabled on `C:`. -- Docker Desktop with the WSL backend no longer requires the `com.docker.service` privileged service to run permanently. For more information see [Permission requirements for Windows](https://docs.docker.com/desktop/windows/permission-requirements/). +- Docker Desktop with the WSL backend no longer requires the `com.docker.service` privileged service to run permanently. For more information see [Permission requirements for Windows](/manuals/desktop/setup/install/windows-permission-requirements.md). ### For Mac