diff --git a/microsoft-edge/progressive-web-apps-chromium/how-to/widgets.md b/microsoft-edge/progressive-web-apps-chromium/how-to/widgets.md index f64b5cd2ab..0f1a7e451f 100644 --- a/microsoft-edge/progressive-web-apps-chromium/how-to/widgets.md +++ b/microsoft-edge/progressive-web-apps-chromium/how-to/widgets.md @@ -27,7 +27,7 @@ An existing PWA cannot simply be placed into the widget dashboard as-is, like yo See also: * [Build a PWA for the sidebar in Microsoft Edge](./sidebar.md) -To build a PWA-driven widget and deliver it via the Microsoft store, no C++/C# code is required. Once you've produced the widget, and can successfully install and run the widget from a public endpoint, you can package the app by using [PWABuilder.com](https://www.pwabuilder.com) and ship the app to the Microsoft store without requiring any additional code. The PWA backing the widget must be installable from a public endpoint, because PWABuilder.com doesn't support packing apps from localhost. +To build a PWA-driven widget and deliver it via the Microsoft Store, no C++/C# code is required. Once you've produced the widget, and can successfully install and run the widget from a public endpoint, you can package the app by using [PWABuilder.com](https://www.pwabuilder.com) and ship the app to the Microsoft Store without requiring any additional code. The PWA backing the widget must be installable from a public endpoint, because PWABuilder doesn't support packing apps from `localhost`. See also: