From 63ff14112968380fd9070d848c85b17fd9c8e23c Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Wed, 16 Nov 2022 10:02:04 +0000 Subject: [PATCH] hotjar feedback: fix broken link (#16169) --- desktop/faqs/windowsfaqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/faqs/windowsfaqs.md b/desktop/faqs/windowsfaqs.md index b5650f4cd8..a25cf0fb3f 100644 --- a/desktop/faqs/windowsfaqs.md +++ b/desktop/faqs/windowsfaqs.md @@ -115,7 +115,7 @@ For more information on Windows containers, refer to the following documentation gives a quick tour of how to build and run native Docker Windows containers on Windows 10 and Windows Server 2016 evaluation releases. - [Getting Started with Windows Containers (Lab)](https://github.com/docker/labs/blob/master/windows/windows-containers/README.md){:target="_blank" rel="noopener" class="_"} - shows you how to use the [MusicStore](https://github.com/aspnet/MusicStore/blob/dev/README.md){:target="_blank" rel="noopener" class="_"} + shows you how to use the [MusicStore](https://github.com/aspnet/MusicStore/){:target="_blank" rel="noopener" class="_"} application with Windows containers. The MusicStore is a standard .NET application and, [forked here to use containers](https://github.com/friism/MusicStore){:target="_blank" rel="noopener" class="_"}, is a good example of a multi-container application.