Skip to content

Commit c3af8c4

Browse files
Merge pull request #5020 from MicrosoftDocs/alvinashcraft/main-fix-uri-table-order
Fix order of URI schemes to be alphabetical
2 parents 7ee00e3 + dcf71ca commit c3af8c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uwp/launch-resume/launch-default-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ This topic describes the following URI schemes built into Windows:
2626
| [bingmaps:, ms-drive-to:, and ms-walk-to:](#maps-app-uri-schemes) | Maps app |
2727
| [http: and https:](#http-uri-scheme) | Default web browser |
2828
| [mailto:](#email-uri-scheme) | Default email app |
29+
| [microsoft-edge:](#microsoft-edge-uri-scheme) | Microsoft Edge browser |
2930
| [ms-call:](#call-app-uri-scheme) | Call app |
3031
| [ms-chat:](#messaging-app-uri-scheme) | Messaging app |
3132
| [ms-people:](#people-app-uri-scheme) | People app |
3233
| [ms-photos:](#photos-app-uri-scheme) | Photos app |
34+
| [ms-recall:](/windows/ai/apis/recall#launch-click-to-do) | Click to do (part of [Recall](/windows/ai/apis/recall)) |
3335
| [ms-settings:](#settings-app-uri-scheme) | Settings app |
3436
| [ms-store:](#store-app-uri-scheme) | Store app |
3537
| [ms-tonepicker:](#tone-picker-uri-scheme) | Tone picker |
3638
| [ms-yellowpage:](#nearby-numbers-app-uri-scheme) | Nearby Numbers app |
3739
| [msnweather:](#weather-app-uri-scheme) | Weather app |
38-
| [microsoft-edge:](#microsoft-edge-uri-scheme) | Microsoft Edge browser |
39-
| [ms-recall:](/windows/ai/apis/recall#launch-click-to-do) >>> | Click to do (part of [Recall](/windows/ai/apis/recall)). |
4040

4141
For example, the following URI opens the default browser and displays the Microsoft Bing web site: `https://bing.com/`.
4242

0 commit comments

Comments
 (0)