From 38354f336bb893b527cf5251d3830d0176d63629 Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Fri, 13 Jan 2023 18:28:50 +0100 Subject: [PATCH] Fix typo in link to issue (#16523) --- desktop/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/release-notes.md b/desktop/release-notes.md index 5b2d5da3cf..cea9053da6 100644 --- a/desktop/release-notes.md +++ b/desktop/release-notes.md @@ -110,7 +110,7 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/ge #### For Mac - Fixed the Docker engine not starting when Enhanced Container Isolation is enabled if the legacy `osxfs` implementation is used for file sharing. -- Fixed files created on VirtioFS having the executable bit set. Fixes [docker/for-mac#6614](https://github.com/docker/for-win/issues/6614). +- Fixed files created on VirtioFS having the executable bit set. Fixes [docker/for-mac#6614](https://github.com/docker/for-mac/issues/6614). - Added back a way to uninstall Docker Desktop from the command line. Fixes [docker/for-mac#6598](https://github.com/docker/for-mac/issues/6598). - Fixed hardcoded `/usr/bin/kill`. Fixes [docker/for-mac#6589](https://github.com/docker/for-mac/issues/6589). - Fixed truncation (for example with the `truncate` command) of very large files (> 38GB) shared on VirtioFS with an incorrect size.