From ecb5f5068b536deaeb00fe01d24264554cb5b3c3 Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Wed, 11 Aug 2021 11:47:23 +0100 Subject: [PATCH] Fix a typo in the URL Signed-off-by: Usha Mandya --- desktop/faqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/faqs.md b/desktop/faqs.md index 59f4a951e3..dfc7dbe0c8 100644 --- a/desktop/faqs.md +++ b/desktop/faqs.md @@ -210,4 +210,4 @@ For workarounds and to learn more, see Docker Desktop supports two types of symlinks: Windows native symlinks and symlinks created inside a container. -The Windows native symlinks are visible within the containers as symlinks, whereas symlinks created inside a container are represented as [mfsymlinks](https://wiki.samba.org/index.php/UNIX_Extensions#Minshall.2BFrench_symlinks): target="_blank" rel="noopener" class="_"}. These are regular Windows files with a special metadata. Therefore the symlinks created inside a container appear as symlinks inside the container, but not on the host. +The Windows native symlinks are visible within the containers as symlinks, whereas symlinks created inside a container are represented as [mfsymlinks](https://wiki.samba.org/index.php/UNIX_Extensions#Minshall.2BFrench_symlinks){:target="_blank" rel="noopener" class="_"}. These are regular Windows files with a special metadata. Therefore the symlinks created inside a container appear as symlinks inside the container, but not on the host.