From 342363fcfab124064f0c156dada3a93d326e632d Mon Sep 17 00:00:00 2001 From: jaimeo Date: Wed, 5 Dec 2018 11:05:16 -0800 Subject: [PATCH] fixing MSIX link --- windows/deployment/s-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/s-mode.md b/windows/deployment/s-mode.md index fdb462323c..51f0ecee10 100644 --- a/windows/deployment/s-mode.md +++ b/windows/deployment/s-mode.md @@ -42,7 +42,7 @@ Worried about your line of business apps not working in S mode? [Desktop Bridge] ## Repackage Win32 apps into the MSIX format -The [MSIX Packaging Tool](https:/docs.microsoft.com/windows/application-management/msix-app-packaging-tool), available from the Microsoft Store, enables you to repackage existing Win32 applications to the MSIX format. You can run your desktop installers through this tool interactively and obtain an MSIX package that you can install on your device and upload to the Microsoft Store. This is another way to get your apps ready to run on Windows 10 in S mode. +The [MSIX Packaging Tool](https://docs.microsoft.com/windows/application-management/msix-app-packaging-tool), available from the Microsoft Store, enables you to repackage existing Win32 applications to the MSIX format. You can run your desktop installers through this tool interactively and obtain an MSIX package that you can install on your device and upload to the Microsoft Store. This is another way to get your apps ready to run on Windows 10 in S mode. ## Related links