Skip to content

Commit 4b32c30

Browse files
committed
fix Store links
1 parent f779029 commit 4b32c30

8 files changed

Lines changed: 17 additions & 17 deletions

File tree

microsoft-edge/devtools-guide-chromium/remote-debugging/windows.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To set up the host (debuggee) machine:
3030

3131
1. Install and configure [Microsoft Edge](https://www.microsoft.com/edge)
3232

33-
1. Install the [Remote Tools for Microsoft Edge (Beta)](https://www.microsoft.com/store/apps/9P6CMFV44ZLT) from the [Microsoft Store](https://www.microsoft.com/store/apps/windows)
33+
1. Install the [Remote Tools for Microsoft Edge](https://apps.microsoft.com/detail/9p6cmfv44zlt) from the [Microsoft Store](https://apps.microsoft.com).
3434

3535
1. Activate [Developer Mode](/windows/apps/get-started/enable-your-device-for-development) and enable [Device Portal](/windows/uwp/debug-test-perf/device-portal)
3636

@@ -50,15 +50,15 @@ To set up the host (debuggee) machine:
5050

5151

5252
<!-- ------------------------------ -->
53-
#### Install the Remote Tools for Microsoft Edge (Beta)
53+
#### Install the Remote Tools for Microsoft Edge
5454

55-
Install the [Remote Tools for Microsoft Edge (Beta)](https://www.microsoft.com/store/apps/9P6CMFV44ZLT) from the [Microsoft Store](https://www.microsoft.com/store/apps/windows).
55+
Install the [Remote Tools for Microsoft Edge](https://apps.microsoft.com/detail/9p6cmfv44zlt) from the [Microsoft Store](https://apps.microsoft.com).
5656

57-
The **Get** button for the [Remote Tools for Microsoft Edge (Beta)](https://www.microsoft.com/store/apps/9P6CMFV44ZLT) may be disabled if you are on Windows 10 or later version 1809 or earlier. To set up the host (debuggee) machine, it must be running Windows 10 version 1903 or later. Update the host (debuggee) machine to acquire the [Remote Tools for Microsoft Edge (Beta)](https://www.microsoft.com/store/apps/9P6CMFV44ZLT).
57+
The **Get** button for the [Remote Tools for Microsoft Edge](https://apps.microsoft.com/detail/9p6cmfv44zlt) may be disabled if you are on Windows 10 or later version 1809 or earlier. To set up the host (debuggee) machine, it must be running Windows 10 version 1903 or later. Update the host (debuggee) machine to acquire the [Remote Tools for Microsoft Edge](https://apps.microsoft.com/detail/9p6cmfv44zlt).
5858

59-
![The Remote Tools for Microsoft Edge (Beta) in the Microsoft Store](./windows-images/remote-debugging-windows-media-remote-tools-in-store.png)
59+
![The Remote Tools for Microsoft Edge in the Microsoft Store](./windows-images/remote-debugging-windows-media-remote-tools-in-store.png)
6060

61-
Launch the [Remote Tools for Microsoft Edge (Beta)](https://www.microsoft.com/store/apps/9P6CMFV44ZLT) and, if prompted, accept the permissions dialog in the app. You can now close the [Remote Tools for Microsoft Edge (Beta)](https://www.microsoft.com/store/apps/9P6CMFV44ZLT) and you don't need to have it open for future remote debugging sessions.
61+
Launch the [Remote Tools for Microsoft Edge](https://apps.microsoft.com/detail/9p6cmfv44zlt) and, if prompted, accept the permissions dialog in the app. You can now close the [Remote Tools for Microsoft Edge](https://apps.microsoft.com/detail/9p6cmfv44zlt) and you don't need to have it open for future remote debugging sessions.
6262

6363

6464
<!-- ------------------------------ -->
@@ -70,7 +70,7 @@ If your network is listed as **Public**, go to **Settings** > **Network & Intern
7070

7171
Now, open the **Settings** app. In **Find a setting**, enter `Developer settings` and select it. Toggle on **Developer Mode**. You can now turn on the **Device Portal** by setting **Turn on remote diagnostics over local area network connections** to **On**. You can then optionally turn **Authentication** on so that the client (debugger) device must provide the correct credentials to connect to this device.
7272

73-
If **Turn on remote diagnostics over local area network connections.** was previously turned on, you must turn it off and turn it on again for **Device Portal** to work with the [Remote Tools for Microsoft Edge (Beta)](https://www.microsoft.com/store/apps/9P6CMFV44ZLT). If a **For developers** section isn't displayed in **Settings**, **Device Portal** may already be turned on, so try restarting the Windows 10 or later device instead.
73+
If **Turn on remote diagnostics over local area network connections.** was previously turned on, you must turn it off and turn it on again for **Device Portal** to work with the [Remote Tools for Microsoft Edge](https://apps.microsoft.com/detail/9p6cmfv44zlt). If a **For developers** section isn't displayed in **Settings**, **Device Portal** may already be turned on, so try restarting the Windows 10 or later device instead.
7474

7575
![The Settings app with Developer Mode and Device Portal configured](./windows-images/remote-debugging-windows-media-host-settings.png)
7676

microsoft-edge/devtools-guide-chromium/whats-new/2020/03/devtools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ These are the latest features in the Stable release of Microsoft Edge DevTools.
3535
<!-- ------------------------------ -->
3636
#### Remotely debug Microsoft Edge on Windows 10 or later Devices
3737

38-
The [Remote Tools for Microsoft Edge (Beta)](https://www.microsoft.com/store/apps/9P6CMFV44ZLT) app is now available in the [Microsoft Store](https://www.microsoft.com/store/apps/windows). This app extends the [Windows Device Portal](/windows/uwp/debug-test-perf/device-portal). You can connect from Microsoft Edge running on your development machine to a remote Windows 10 or later device and display a list of targets. This list of targets includes all tabs in Microsoft Edge and [PWAs](../../../../progressive-web-apps-chromium/index.md) open on the Windows device. Use DevTools on your development machine against a target running on the remote Windows device.
38+
The [Remote Tools for Microsoft Edge](https://apps.microsoft.com/detail/9p6cmfv44zlt) app is now available in the [Microsoft Store](https://apps.microsoft.com). This app extends the [Windows Device Portal](/windows/uwp/debug-test-perf/device-portal). You can connect from Microsoft Edge running on your development machine to a remote Windows 10 or later device and display a list of targets. This list of targets includes all tabs in Microsoft Edge and [PWAs](../../../../progressive-web-apps-chromium/index.md) open on the Windows device. Use DevTools on your development machine against a target running on the remote Windows device.
3939

40-
![The Remote Tools for Microsoft Edge (Beta) app available in the Microsoft Store](./devtools-images/remote-tools.png)
40+
![The Remote Tools for Microsoft Edge app available in the Microsoft Store](./devtools-images/remote-tools.png)
4141

4242
Read our guide for setting up your Windows 10 device and your development machine for remote debugging: [Remotely debug Windows devices](../../../remote-debugging/windows.md).
4343

microsoft-edge/devtools-protocol-chromium/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@ String("Target is closing")
129129
130130
131131
<!-- ====================================================================== -->
132-
## Remote Tools for Microsoft Edge (Beta)
132+
## Remote Tools for Microsoft Edge
133133
134-
You can install the [Remote Tools for Microsoft Edge (Beta)](https://www.microsoft.com/store/apps/9P6CMFV44ZLT) from the [Microsoft Store](https://www.microsoft.com/store/apps/windows). This app enables you to remotely debug Microsoft Edge running on a Windows 10 or later device from your development machine.
134+
You can install the [Remote Tools for Microsoft Edge](https://apps.microsoft.com/detail/9p6cmfv44zlt) from the [Microsoft Store](https://apps.microsoft.com). This app enables you to remotely debug Microsoft Edge running on a Windows 10 or later device from your development machine.
135135
136136
To learn how to set up your Windows device and connect to it from your development machine, see [Get started with remote debugging Windows devices](../devtools-guide-chromium/remote-debugging/windows.md).
137137
138-
The [Remote Tools for Microsoft Edge (Beta)](https://www.microsoft.com/store/apps/9P6CMFV44ZLT) uses the same Microsoft Edge DevTools Protocol as [DevTools](../devtools-guide-chromium/overview.md) to communicate with Microsoft Edge running on the Windows 10 or later device you want to debug. This app just prepends `/msedge/` and a process ID (`pid`) before each call to the protocol. It supports the following HTTP endpoints.
138+
The [Remote Tools for Microsoft Edge](https://apps.microsoft.com/detail/9p6cmfv44zlt) uses the same Microsoft Edge DevTools Protocol as [DevTools](../devtools-guide-chromium/overview.md) to communicate with Microsoft Edge running on the Windows 10 or later device you want to debug. This app just prepends `/msedge/` and a process ID (`pid`) before each call to the protocol. It supports the following HTTP endpoints.
139139
140140
The following Reference sections are for Remote Tools for Microsoft Edge.
141141

microsoft-edge/progressive-web-apps-chromium/how-to/microsoft-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Publishing your Progressive Web App (PWA) to the [Microsoft Store](/windows/uwp/
1616
|---|---|
1717
| **Discoverability** | Users naturally look for apps in the app store. When you publish to the Microsoft Store, millions of Windows users can discover your PWA alongside other Windows apps. The Store showcases apps through categories, curated collections, and more. App discovery portals provide an easy browsing and shopping experience for potential users of your app. You can even enhance your Store listing with screenshots, a hero image, and video trailers - see [App screenshots, images, and trailers](/windows/apps/publish/publish-your-app/screenshots-and-images). |
1818
| **Trustworthiness** | Windows customers know they can trust their Microsoft Store purchases and downloads, because they adhere to the rigorous [Microsoft Store Policies](/windows/apps/publish/store-policies). |
19-
| **Easy install** | The Microsoft Store provides a consistent and user-friendly install experience across [all Windows 10 or later apps](https://www.microsoft.com/store/apps/windows). |
19+
| **Easy install** | The Microsoft Store provides a consistent and user-friendly install experience across [all Windows 10 or later apps](https://apps.microsoft.com). |
2020
| **App analytics** | The [Microsoft Partner Center dashboard](/windows/uwp/publish/index) provides [detailed analytics](/windows/uwp/publish/analytics) about your app's health, usage, and more. |
2121

2222
To publish your PWA to the Microsoft Store, no code changes are required. Instead, you create an app reservation in Microsoft Partner Center, package your PWA using PWA Builder, and then submit your package to the Microsoft Store. The following sections explain these steps.

microsoft-edge/progressive-web-apps-chromium/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ To find examples of what PWAs can do, see [Myth Busting PWAs](https://www.davrou
9494
<!-- ====================================================================== -->
9595
## The Microsoft Store
9696

97-
Because Progressive Web Apps (PWAs) are just like other apps in the [Microsoft Store](https://www.microsoft.com/store/apps/windows), users can fully engage with them—from discovery, to installation, to execution—without<!-- em dashes--> ever opening the browser.
97+
Because Progressive Web Apps (PWAs) are just like other apps in the [Microsoft Store](https://apps.microsoft.com), users can fully engage with them—from discovery, to installation, to execution—without<!-- em dashes--> ever opening the browser.
9898

9999
The Microsoft Store provides a trustworthy and familiar experience for users to install your app. Additionally, you can view detailed usage statistics and charts that let you know how your apps in the Microsoft Store are doing.
100100

microsoft-edge/webview2/how-to/remote-debugging-desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Attach Microsoft Edge DevTools remotely to a desktop WebView2 WinUI 2 (UWP) app
4040

4141
![Remote Debugging URL](./remote-debugging-desktop-images/remote-debugging-url.png)
4242

43-
1. Install [Remote Tools for Microsoft Edge](https://www.microsoft.com/store/productId/9P6CMFV44ZLT) from the Microsoft Store.
43+
1. Install [Remote Tools for Microsoft Edge](https://apps.microsoft.com/detail/9p6cmfv44zlt) from the Microsoft Store.
4444

4545
1. In Microsoft Edge, go to the Device Portal URL that you previously noted. Verify that the **Confirm security settings** page is loaded (in the **Windows Device Portal** tab):
4646

microsoft-edge/webview2/how-to/remote-debugging-hololens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Attach Microsoft Edge DevTools remotely to a HoloLens 2 WebView2 WinUI 2 (UWP) a
3232

3333
In **Connect using** > **Ethernet**, note the URL that will be used for the remote debugging connection.
3434

35-
1. Install [Remote Tools for Microsoft Edge](https://www.microsoft.com/store/productId/9P6CMFV44ZLT) from the Microsoft Store on your HoloLens 2 device.
35+
1. Install [Remote Tools for Microsoft Edge](https://apps.microsoft.com/detail/9p6cmfv44zlt) from the Microsoft Store on your HoloLens 2 device.
3636

3737
1. In Microsoft Edge, go to the Device Portal URL that you previously noted. Verify that the **Confirm security settings** page is loaded (in the **Windows Device Portal** tab):
3838

microsoft-edge/webview2/how-to/webdriver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ For more info about the `DebuggerAddress` property of the `EdgeOptions` object,
251251

252252
1. Note the `browserProcessId` for the WebView2 process that you want to attach Microsoft Edge WebDriver to. For example, the above screenshot shows the `browserProcessId` as `47860`.
253253

254-
1. In your code, use the `wdpAddress` and `wdpProcessId` properties to tell Microsoft Edge WebDriver to connect to the [Remote Tools for Microsoft Edge](https://apps.microsoft.com/store/detail/9P6CMFV44ZLT) and the specific WebView2 process.
254+
1. In your code, use the `wdpAddress` and `wdpProcessId` properties to tell Microsoft Edge WebDriver to connect to the [Remote Tools for Microsoft Edge](https://apps.microsoft.com/detail/9p6cmfv44zlt) and the specific WebView2 process.
255255
* `wdpAddress` is defined as the Device Portal URL.
256256
* `wdpProcessId` is defined as the `browserProcessId` value that you noted in the previous step:
257257

0 commit comments

Comments
 (0)