Skip to content

Commit 5c2e72b

Browse files
authored
Changed learn.microsoft.com to learn.microsoft.com (#153)
1 parent 11f0dd1 commit 5c2e72b

File tree

22 files changed

+43
-43
lines changed

22 files changed

+43
-43
lines changed

GettingStartedGuides/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Getting Started tutorial projects
22

33
<!-- only enough info to differentiate this dir level vs the others; what is different about this dir compared to the sibling dirs? -->
4-
These are completed Visual Studio projects that result from following the steps in the [Getting Started tutorials](https://docs.microsoft.com/microsoft-edge/webview2/get-started/get-started).
4+
These are completed Visual Studio projects that result from following the steps in the [Getting Started tutorials](https://learn.microsoft.com/microsoft-edge/webview2/get-started/get-started).

GettingStartedGuides/WPF_GettingStarted/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ urlFragment: WPF_GettingStarted
1010
# Get started with WebView2 in WPF apps
1111

1212
<!-- only enough info to differentiate this sample vs the others; what is different about this sample compared to the sibling samples? -->
13-
This sample, **WPF_GettingStarted**, is the completed Visual Studio project that results from following the steps in the tutorial [Get started with WebView2 in WPF apps](https://docs.microsoft.com/microsoft-edge/webview2/get-started/wpf).
13+
This sample, **WPF_GettingStarted**, is the completed Visual Studio project that results from following the steps in the tutorial [Get started with WebView2 in WPF apps](https://learn.microsoft.com/microsoft-edge/webview2/get-started/wpf).
1414

1515
![The running app from the finished WinUI 3 (Windows App SDK) tutorial](screenshots/wpf-getting-started-bing.png)

GettingStartedGuides/Win32_GettingStarted/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ urlFragment: Win32_GettingStarted
1010
# Get started with WebView2 in Win32 apps
1111

1212
<!-- only enough info to differentiate this sample vs the others; what is different about this sample compared to the sibling samples? -->
13-
This sample, **Win32_GettingStarted**, is a completed Visual Studio project that includes WebView2 code already added for you. The tutorial [Get started with WebView2 in Win32 apps](https://docs.microsoft.com/microsoft-edge/webview2/get-started/win32) starts by opening this completed project.
13+
This sample, **Win32_GettingStarted**, is a completed Visual Studio project that includes WebView2 code already added for you. The tutorial [Get started with WebView2 in Win32 apps](https://learn.microsoft.com/microsoft-edge/webview2/get-started/win32) starts by opening this completed project.
1414

1515
![The running app for the Win32 Get Started tutorial](screenshots/bing-window.png)

GettingStartedGuides/WinForms_GettingStarted/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ urlFragment: WinForms_GettingStarted
1010
# Get started with WebView2 in WinForms apps
1111

1212
<!-- only enough info to differentiate this sample vs the others; what is different about this sample compared to the sibling samples? -->
13-
This sample, **WinForms_GettingStarted**, is the completed Visual Studio project that results from following the steps in the tutorial [Get started with WebView2 in WinForms apps](https://docs.microsoft.com/microsoft-edge/webview2/get-started/winforms).
13+
This sample, **WinForms_GettingStarted**, is the completed Visual Studio project that results from following the steps in the tutorial [Get started with WebView2 in WinForms apps](https://learn.microsoft.com/microsoft-edge/webview2/get-started/winforms).
1414

1515
![The running app from the finished WinForms tutorial](screenshots/winforms-bing.png)

GettingStartedGuides/WinUI3_GettingStarted/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ urlFragment: WinUI3_GettingStarted
1010
# Get started with WebView2 in WinUI 3 (Windows App SDK) apps
1111

1212
<!-- only enough info to differentiate this sample vs the others; what is different about this sample compared to the sibling samples? -->
13-
This sample, **WinUI3_GettingStarted**, is the completed Visual Studio project that results from following the steps in the tutorial [Get started with WebView2 in WinUI 3 (Windows App SDK) apps](https://docs.microsoft.com/microsoft-edge/webview2/get-started/winui).
13+
This sample, **WinUI3_GettingStarted**, is the completed Visual Studio project that results from following the steps in the tutorial [Get started with WebView2 in WinUI 3 (Windows App SDK) apps](https://learn.microsoft.com/microsoft-edge/webview2/get-started/winui).
1414

1515
![The running app from the finished WinUI 3 (Windows App SDK) tutorial](screenshots/getting-started-part-3.png)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# WebView2 Samples
22

3-
Welcome to the WebView2Samples repo. This repo contains several types of samples for [WebView2](https://docs.microsoft.com/microsoft-edge/webview2/):
3+
Welcome to the WebView2Samples repo. This repo contains several types of samples for [WebView2](https://learn.microsoft.com/microsoft-edge/webview2/):
44

5-
* Getting Started tutorial projects - Completed Visual Studio projects that result from following the steps in the [Getting Started tutorials](https://docs.microsoft.com/microsoft-edge/webview2/get-started/get-started). These are like Hello World basic apps.
5+
* Getting Started tutorial projects - Completed Visual Studio projects that result from following the steps in the [Getting Started tutorials](https://learn.microsoft.com/microsoft-edge/webview2/get-started/get-started). These are like Hello World basic apps.
66

7-
* Sample apps - WebView2 sample apps for various frameworks and platforms, as Visual Studio projects. These samples have menus and demonstrate various APIs. For more information, see [Sample apps](https://docs.microsoft.com/microsoft-edge/webview2/code-samples-links).
7+
* Sample apps - WebView2 sample apps for various frameworks and platforms, as Visual Studio projects. These samples have menus and demonstrate various APIs. For more information, see [Sample apps](https://learn.microsoft.com/microsoft-edge/webview2/code-samples-links).
88

9-
* Deployment samples - Samples that demonstrate deploying the WebView2 Runtime. For more information, see [Deployment samples](https://docs.microsoft.com/microsoft-edge/webview2/samples/deployment-samples).
9+
* Deployment samples - Samples that demonstrate deploying the WebView2 Runtime. For more information, see [Deployment samples](https://learn.microsoft.com/microsoft-edge/webview2/samples/deployment-samples).
1010

1111

1212
## Contributing

SampleApps/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<!-- only enough info to differentiate this dir level vs the others; what is different about this dir compared to the sibling dirs? -->
44
This directory contains:
55

6-
* Sample apps - WebView2 sample apps for various frameworks and platforms, as Visual Studio projects. For more information, see [Sample apps](https://docs.microsoft.com/microsoft-edge/webview2/code-samples-links).
6+
* Sample apps - WebView2 sample apps for various frameworks and platforms, as Visual Studio projects. For more information, see [Sample apps](https://learn.microsoft.com/microsoft-edge/webview2/code-samples-links).
77

8-
* Deployment samples - Samples that demonstrate deploying the WebView2 Runtime. For more information, see [Deployment samples](https://docs.microsoft.com/microsoft-edge/webview2/samples/deployment-samples).
8+
* Deployment samples - Samples that demonstrate deploying the WebView2 Runtime. For more information, see [Deployment samples](https://learn.microsoft.com/microsoft-edge/webview2/samples/deployment-samples).

SampleApps/WV2CDPExtensionWPFSample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ This sample, **WV2CDPExtensionWPFSample**, is built with the WebView2 CDP Extens
2121

2222
This sample is built as a WPF Visual Studio 2019 project. It uses C# in the WebView2 environment.
2323

24-
To use this sample, see [WPF sample app with CDP extension](https://docs.microsoft.com/microsoft-edge/webview2/samples/wv2cdpextensionwpfsample).
24+
To use this sample, see [WPF sample app with CDP extension](https://learn.microsoft.com/microsoft-edge/webview2/samples/wv2cdpextensionwpfsample).
2525

2626
![CDP Extension sample app running](screenshots/wv2cdpextensionwpfsample-app-running.png)

SampleApps/WV2DeploymentVSInstallerSample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ urlFragment: WV2DeploymentVSInstallerSample
1919
<!-- only enough info to differentiate this sample vs the others; what is different about this sample compared to the sibling samples? -->
2020
This sample, **WV2DeploymentVSInstallerSample**, demonstrates how to deploy the Evergreen WebView2 Runtime with your application. This sample uses Microsoft Visual Studio Installer Projects to create an installer for the [WebView2APISample](../WebView2APISample//README.md) and chain-install the Evergreen WebView2 Runtime.
2121

22-
For more information, see [WebView2 Deployment Visual Studio installer](https://docs.microsoft.com/microsoft-edge/webview2/samples/wv2deploymentvsinstallersample).
22+
For more information, see [WebView2 Deployment Visual Studio installer](https://learn.microsoft.com/microsoft-edge/webview2/samples/wv2deploymentvsinstallersample).
2323

2424
![The deployment project](./screenshots/new-empty-deployment-project-2019.png)

SampleApps/WV2DeploymentWiXBurnBundleSample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ urlFragment: WV2DeploymentWiXBurnBundleSample
1919
<!-- only enough info to differentiate this sample vs the others; what is different about this sample compared to the sibling samples? -->
2020
This sample, **WV2DeploymentWiXBurnBundleSample**, demonstrates how to deploy the Evergreen WebView2 Runtime with your app. This sample creates a WiX installer for [WebView2APISample](../WebView2APISample/README.md) and uses WiX Burn Bundle to chain-install the Evergreen WebView2 Runtime.
2121

22-
For more information about this sample, see [WiX Burn Bundle to deploy the WebView2 Runtime](https://review.docs.microsoft.com/microsoft-edge/webview2/samples/wv2deploymentwixburnbundlesample).
22+
For more information about this sample, see [WiX Burn Bundle to deploy the WebView2 Runtime](https://learn.microsoft.com/microsoft-edge/webview2/samples/wv2deploymentwixburnbundlesample).

0 commit comments

Comments
 (0)