diff --git a/GettingStartedGuides/README.md b/GettingStartedGuides/README.md index 8a6f5873..bad2111a 100644 --- a/GettingStartedGuides/README.md +++ b/GettingStartedGuides/README.md @@ -1,4 +1,4 @@ # Getting Started tutorial projects -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). +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). diff --git a/GettingStartedGuides/WPF_GettingStarted/README.md b/GettingStartedGuides/WPF_GettingStarted/README.md index a2a51fa4..08a525d3 100644 --- a/GettingStartedGuides/WPF_GettingStarted/README.md +++ b/GettingStartedGuides/WPF_GettingStarted/README.md @@ -10,6 +10,6 @@ urlFragment: WPF_GettingStarted # Get started with WebView2 in WPF apps -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). +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). ![The running app from the finished WinUI 3 (Windows App SDK) tutorial](screenshots/wpf-getting-started-bing.png) diff --git a/GettingStartedGuides/Win32_GettingStarted/README.md b/GettingStartedGuides/Win32_GettingStarted/README.md index 3196be3c..8d39dab7 100644 --- a/GettingStartedGuides/Win32_GettingStarted/README.md +++ b/GettingStartedGuides/Win32_GettingStarted/README.md @@ -10,6 +10,6 @@ urlFragment: Win32_GettingStarted # Get started with WebView2 in Win32 apps -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. +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. ![The running app for the Win32 Get Started tutorial](screenshots/bing-window.png) diff --git a/GettingStartedGuides/WinForms_GettingStarted/README.md b/GettingStartedGuides/WinForms_GettingStarted/README.md index 4e0ee520..750e551e 100644 --- a/GettingStartedGuides/WinForms_GettingStarted/README.md +++ b/GettingStartedGuides/WinForms_GettingStarted/README.md @@ -10,6 +10,6 @@ urlFragment: WinForms_GettingStarted # Get started with WebView2 in WinForms apps -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). +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). ![The running app from the finished WinForms tutorial](screenshots/winforms-bing.png) diff --git a/GettingStartedGuides/WinUI3_GettingStarted/README.md b/GettingStartedGuides/WinUI3_GettingStarted/README.md index 97ff0b7f..46ce0401 100644 --- a/GettingStartedGuides/WinUI3_GettingStarted/README.md +++ b/GettingStartedGuides/WinUI3_GettingStarted/README.md @@ -10,6 +10,6 @@ urlFragment: WinUI3_GettingStarted # Get started with WebView2 in WinUI 3 (Windows App SDK) apps -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). +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). ![The running app from the finished WinUI 3 (Windows App SDK) tutorial](screenshots/getting-started-part-3.png) diff --git a/README.md b/README.md index e6786039..ce2b6914 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # WebView2 Samples -Welcome to the WebView2Samples repo. This repo contains several types of samples for [WebView2](https://docs.microsoft.com/microsoft-edge/webview2/): +Welcome to the WebView2Samples repo. This repo contains several types of samples for [WebView2](https://learn.microsoft.com/microsoft-edge/webview2/): -* 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. +* 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. -* 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). +* 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). -* 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). +* 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). ## Contributing diff --git a/SampleApps/README.md b/SampleApps/README.md index a2f98f60..f5034e11 100644 --- a/SampleApps/README.md +++ b/SampleApps/README.md @@ -3,6 +3,6 @@ This directory contains: -* 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). +* 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). -* 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). +* 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). diff --git a/SampleApps/WV2CDPExtensionWPFSample/README.md b/SampleApps/WV2CDPExtensionWPFSample/README.md index 154615b2..0f251f21 100644 --- a/SampleApps/WV2CDPExtensionWPFSample/README.md +++ b/SampleApps/WV2CDPExtensionWPFSample/README.md @@ -21,6 +21,6 @@ This sample, **WV2CDPExtensionWPFSample**, is built with the WebView2 CDP Extens This sample is built as a WPF Visual Studio 2019 project. It uses C# in the WebView2 environment. -To use this sample, see [WPF sample app with CDP extension](https://docs.microsoft.com/microsoft-edge/webview2/samples/wv2cdpextensionwpfsample). +To use this sample, see [WPF sample app with CDP extension](https://learn.microsoft.com/microsoft-edge/webview2/samples/wv2cdpextensionwpfsample). ![CDP Extension sample app running](screenshots/wv2cdpextensionwpfsample-app-running.png) diff --git a/SampleApps/WV2DeploymentVSInstallerSample/README.md b/SampleApps/WV2DeploymentVSInstallerSample/README.md index c437f7b8..3d4d1326 100644 --- a/SampleApps/WV2DeploymentVSInstallerSample/README.md +++ b/SampleApps/WV2DeploymentVSInstallerSample/README.md @@ -19,6 +19,6 @@ urlFragment: WV2DeploymentVSInstallerSample 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. -For more information, see [WebView2 Deployment Visual Studio installer](https://docs.microsoft.com/microsoft-edge/webview2/samples/wv2deploymentvsinstallersample). +For more information, see [WebView2 Deployment Visual Studio installer](https://learn.microsoft.com/microsoft-edge/webview2/samples/wv2deploymentvsinstallersample). ![The deployment project](./screenshots/new-empty-deployment-project-2019.png) diff --git a/SampleApps/WV2DeploymentWiXBurnBundleSample/README.md b/SampleApps/WV2DeploymentWiXBurnBundleSample/README.md index d470025c..ecbd3d1f 100644 --- a/SampleApps/WV2DeploymentWiXBurnBundleSample/README.md +++ b/SampleApps/WV2DeploymentWiXBurnBundleSample/README.md @@ -19,4 +19,4 @@ urlFragment: WV2DeploymentWiXBurnBundleSample 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. -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). +For more information about this sample, see [WiX Burn Bundle to deploy the WebView2 Runtime](https://learn.microsoft.com/microsoft-edge/webview2/samples/wv2deploymentwixburnbundlesample). diff --git a/SampleApps/WV2DeploymentWiXCustomActionSample/Product.wxs b/SampleApps/WV2DeploymentWiXCustomActionSample/Product.wxs index 7083803b..62d6603e 100644 --- a/SampleApps/WV2DeploymentWiXCustomActionSample/Product.wxs +++ b/SampleApps/WV2DeploymentWiXCustomActionSample/Product.wxs @@ -43,7 +43,7 @@ - + diff --git a/SampleApps/WV2DeploymentWiXCustomActionSample/README.md b/SampleApps/WV2DeploymentWiXCustomActionSample/README.md index 588e884e..8987360e 100644 --- a/SampleApps/WV2DeploymentWiXCustomActionSample/README.md +++ b/SampleApps/WV2DeploymentWiXCustomActionSample/README.md @@ -19,4 +19,4 @@ urlFragment: WV2DeploymentWiXCustomActionSample This sample, **WV2DeploymentWiXCustomActionSample**, 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 Custom Action to chain-install the Evergreen WebView2 Runtime. -For more information about this sample, see [WiX Custom Action to deploy the WebView2 Runtime](https://docs.microsoft.com/microsoft-edge/webview2/samples/wv2deploymentwixcustomactionsample). +For more information about this sample, see [WiX Custom Action to deploy the WebView2 Runtime](https://learn.microsoft.com/microsoft-edge/webview2/samples/wv2deploymentwixcustomactionsample). diff --git a/SampleApps/WebView2APISample/AppWindow.cpp b/SampleApps/WebView2APISample/AppWindow.cpp index de558ca0..c72f3b26 100644 --- a/SampleApps/WebView2APISample/AppWindow.cpp +++ b/SampleApps/WebView2APISample/AppWindow.cpp @@ -1854,7 +1854,7 @@ void AppWindow::CleanupUserDataFolder() // developers specify userDataFolder during WebView environment // creation, they would need to pass in that explicit value here. // For more information about userDataFolder: - // https://docs.microsoft.com/microsoft-edge/webview2/reference/win32/webview2-idl#createcorewebview2environmentwithoptions + // https://learn.microsoft.com/microsoft-edge/webview2/reference/win32/webview2-idl#createcorewebview2environmentwithoptions WCHAR userDataFolder[MAX_PATH] = L""; // Obtain the absolute path for relative paths that include "./" or "../" _wfullpath(userDataFolder, GetLocalPath(L".WebView2", true).c_str(), MAX_PATH); diff --git a/SampleApps/WebView2APISample/AppWindow.cpp.bak b/SampleApps/WebView2APISample/AppWindow.cpp.bak index 0a0a6592..e82f293d 100644 --- a/SampleApps/WebView2APISample/AppWindow.cpp.bak +++ b/SampleApps/WebView2APISample/AppWindow.cpp.bak @@ -1071,7 +1071,7 @@ void AppWindow::CloseWebView(bool cleanupUserDataFolder) // developers specify userDataFolder during WebView environment // creation, they would need to pass in that explicit value here. // For more information about userDataFolder: - // https://docs.microsoft.com/microsoft-edge/webview2/reference/win32/webview2-idl#createcorewebview2environmentwithoptions + // https://learn.microsoft.com/microsoft-edge/webview2/reference/win32/webview2-idl#createcorewebview2environmentwithoptions WCHAR userDataFolder[MAX_PATH] = L""; // Obtain the absolute path for relative paths that include "./" or "../" _wfullpath( diff --git a/SampleApps/WebView2APISample/README.md b/SampleApps/WebView2APISample/README.md index c7ebf4d8..bbbea847 100644 --- a/SampleApps/WebView2APISample/README.md +++ b/SampleApps/WebView2APISample/README.md @@ -24,9 +24,9 @@ The WebView2APISample is an example of an application that embeds a WebView with The API Sample showcases a selection of WebView2's event handlers and API methods that allow a native Win32 application to directly interact with a WebView and vice versa. -If this is your first time using WebView, we recommend first following the [Getting Started](https://docs.microsoft.com/microsoft-edge/webview2/gettingstarted/win32) guide, which goes over how to create a WebView2 and walks through some basic WebView2 functionality. +If this is your first time using WebView, we recommend first following the [Getting Started](https://learn.microsoft.com/microsoft-edge/webview2/gettingstarted/win32) guide, which goes over how to create a WebView2 and walks through some basic WebView2 functionality. -To learn more specifics about events and API Handlers in WebView2, you can refer to the [WebView2 Reference Documentation](https://docs.microsoft.com/microsoft-edge/webview2/webview2-api-reference). +To learn more specifics about events and API Handlers in WebView2, you can refer to the [WebView2 Reference Documentation](https://learn.microsoft.com/microsoft-edge/webview2/webview2-api-reference). ## Prerequisites @@ -113,7 +113,7 @@ The section below briefly explains some of the key functions in the Sample App. #### InitializeWebView() -In the AppWindow file, we use the InitializeWebView() function to create the WebView2 environment by using [CreateCoreWebView2EnvironmentWithOptions](https://docs.microsoft.com/microsoft-edge/webview2/reference/win32/webview2-idl#createcorewebview2environmentwithoptions). +In the AppWindow file, we use the InitializeWebView() function to create the WebView2 environment by using [CreateCoreWebView2EnvironmentWithOptions](https://learn.microsoft.com/microsoft-edge/webview2/reference/win32/webview2-idl#createcorewebview2environmentwithoptions). Once we've created the environment, we create the WebView by using `CreateCoreWebView2Controller`. @@ -171,7 +171,7 @@ This callback function is passed to `CreateCoreWebView2Controller` in `Initializ This function is called within `CreateCoreWebView2Controller`. It sets up some of the event handlers used by the application, and adds them to the WebView. -To read more about event handlers in WebView2, you can refer to this [documentation](https://docs.microsoft.com/microsoft-edge/webview2/reference/win32/icorewebview2). +To read more about event handlers in WebView2, you can refer to this [documentation](https://learn.microsoft.com/microsoft-edge/webview2/reference/win32/icorewebview2). Below is a code snippet from `RegisterEventHandlers()`, where we set up an event handler for the `NewWindowRequested` event. This event is fired when JavaScript in the webpage calls `window.open()`, and our handler makes a new `AppWindow` and passes the new window's WebView back to the browser so it can return it from the `window.open()` call. Unlike our calls to `CreateCoreWebView2EnvironmentWithOptions` and `CreateCoreWebView2Controller`, instead of providing a method for the callback, we just provide a C++ lambda right then and there. @@ -231,7 +231,7 @@ The text under Posting Messages should now be blue. Here's how it works: -1. In `ScriptComponent.cpp`, we use [PostWebMessageAsJson](https://docs.microsoft.com/microsoft-edge/webview2/reference/win32/icorewebview2#postwebmessageasjson) to post user input to the `ScenarioMessage.html` web application. +1. In `ScriptComponent.cpp`, we use [PostWebMessageAsJson](https://learn.microsoft.com/microsoft-edge/webview2/reference/win32/icorewebview2#postwebmessageasjson) to post user input to the `ScenarioMessage.html` web application. ```cpp // Prompt the user for some JSON and then post it as a web message. @@ -281,7 +281,7 @@ function SetTitleText() { } ``` -2. Within `ScenarioWebMessage.cpp`, we use [add_WebMessageReceived](https://docs.microsoft.com/microsoft-edge/webview2/reference/win32/icorewebview2#add_webmessagereceived) to register the event handler. When we receive the event, after validating the input, we change the title of the App Window. +2. Within `ScenarioWebMessage.cpp`, we use [add_WebMessageReceived](https://learn.microsoft.com/microsoft-edge/webview2/reference/win32/icorewebview2#add_webmessagereceived) to register the event handler. When we receive the event, after validating the input, we change the title of the App Window. ```cpp // Setup the web message received event handler before navigating to @@ -328,7 +328,7 @@ function GetWindowBounds() { } ``` -2. Within `ScenarioWebMessage.cpp`, we use [add_WebMessageReceived](https://docs.microsoft.com/microsoft-edge/webview2/reference/win32/icorewebview2#add_webmessagereceived) to register the received event handler. After validating the input, the event handler gets window bounds from the App Window. [PostWebMessageAsJson](https://docs.microsoft.com/microsoft-edge/webview2/reference/win32/icorewebview2#postwebmessageasjson) sends the bounds to the web application. +2. Within `ScenarioWebMessage.cpp`, we use [add_WebMessageReceived](https://learn.microsoft.com/microsoft-edge/webview2/reference/win32/icorewebview2#add_webmessagereceived) to register the received event handler. After validating the input, the event handler gets window bounds from the App Window. [PostWebMessageAsJson](https://learn.microsoft.com/microsoft-edge/webview2/reference/win32/icorewebview2#postwebmessageasjson) sends the bounds to the web application. ```cpp if (message.compare(L"GetWindowBounds") == 0) diff --git a/SampleApps/WebView2APISample/assets/AppStartPage.html b/SampleApps/WebView2APISample/assets/AppStartPage.html index 357d4ad2..2c7b2f6d 100644 --- a/SampleApps/WebView2APISample/assets/AppStartPage.html +++ b/SampleApps/WebView2APISample/assets/AppStartPage.html @@ -117,8 +117,8 @@

Issues

Documentation

-
- WebView2 documentation +
+ WebView2 documentation
@@ -144,9 +144,9 @@

Runtime

Release Notes

diff --git a/SampleApps/WebView2SampleWinComp/README.md b/SampleApps/WebView2SampleWinComp/README.md index b7f30e3d..3f7ade34 100644 --- a/SampleApps/WebView2SampleWinComp/README.md +++ b/SampleApps/WebView2SampleWinComp/README.md @@ -21,6 +21,6 @@ This sample, **WebView2SampleWinComp**, embeds a WebView within a Win32 native a This sample is built as a Win32 Visual Studio 2019 project. It uses C++ and HTML/CSS/JavaScript in the WebView2 environment. -To use this sample, see [Win32 sample app with Visual Composition](https://docs.microsoft.com/microsoft-edge/webview2/samples/webview2samplewincomp). +To use this sample, see [Win32 sample app with Visual Composition](https://learn.microsoft.com/microsoft-edge/webview2/samples/webview2samplewincomp). ![The WebView2SampleWinComp sample app running](screenshots/wincomp-sample-app-running.png) diff --git a/SampleApps/WebView2WindowsFormsBrowser/README.md b/SampleApps/WebView2WindowsFormsBrowser/README.md index 63946f70..c7a1360c 100644 --- a/SampleApps/WebView2WindowsFormsBrowser/README.md +++ b/SampleApps/WebView2WindowsFormsBrowser/README.md @@ -24,9 +24,9 @@ The WebView2WindowsFormsBrowser is an example of an application that embeds a We The API Sample showcases a selection of WebView2's event handlers and API methods that allow a Windows Forms application to directly interact with a WebView and vice versa. -If this is your first time using WebView, we recommend first following the [Getting Started](https://docs.microsoft.com/microsoft-edge/webview2/gettingstarted/winforms) guide, which goes over how to create a WebView2 and walks through some basic WebView2 functionality. +If this is your first time using WebView, we recommend first following the [Getting Started](https://learn.microsoft.com/microsoft-edge/webview2/gettingstarted/winforms) guide, which goes over how to create a WebView2 and walks through some basic WebView2 functionality. -To learn more specifics about events and API Handlers in WebView2, you can refer to the [WebView2 Reference Documentation](https://docs.microsoft.com/microsoft-edge/webview2/webview2-api-reference). +To learn more specifics about events and API Handlers in WebView2, you can refer to the [WebView2 Reference Documentation](https://learn.microsoft.com/microsoft-edge/webview2/webview2-api-reference). ## Prerequisites diff --git a/SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs b/SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs index f4ff07d7..e0a90844 100644 --- a/SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs +++ b/SampleApps/WebView2WpfBrowser/MainWindow.xaml.cs @@ -380,7 +380,7 @@ void ReloadIfSelectedByUser(CoreWebView2ProcessFailedKind kind) bool IsAppContentUri(Uri source) { // Sample virtual host name for the app's content. - // See CoreWebView2.SetVirtualHostNameToFolderMapping: https://docs.microsoft.com/dotnet/api/microsoft.web.webview2.core.corewebview2.setvirtualhostnametofoldermapping + // See CoreWebView2.SetVirtualHostNameToFolderMapping: https://learn.microsoft.com/dotnet/api/microsoft.web.webview2.core.corewebview2.setvirtualhostnametofoldermapping return source.Host == "appassets.example"; } diff --git a/SampleApps/WebView2WpfBrowser/README.md b/SampleApps/WebView2WpfBrowser/README.md index 48ed97e1..add20dbb 100644 --- a/SampleApps/WebView2WpfBrowser/README.md +++ b/SampleApps/WebView2WpfBrowser/README.md @@ -24,9 +24,9 @@ The WebView2WpfBrowser is an example of an application that embeds a WebView wit The API Sample showcases a selection of WebView2's event handlers and API methods that allow a WPF application to directly interact with a WebView and vice versa. -If this is your first time using WebView, we recommend first following the [Getting Started](https://docs.microsoft.com/microsoft-edge/webview2/gettingstarted/wpf) guide, which goes over how to create a WebView2 and walks through some basic WebView2 functionality. +If this is your first time using WebView, we recommend first following the [Getting Started](https://learn.microsoft.com/microsoft-edge/webview2/gettingstarted/wpf) guide, which goes over how to create a WebView2 and walks through some basic WebView2 functionality. -To learn more specifics about events and API Handlers in WebView2, you can refer to the [WebView2 Reference Documentation](https://docs.microsoft.com/microsoft-edge/webview2/webview2-api-reference). +To learn more specifics about events and API Handlers in WebView2, you can refer to the [WebView2 Reference Documentation](https://learn.microsoft.com/microsoft-edge/webview2/webview2-api-reference). ## Prerequisites @@ -51,7 +51,7 @@ That's it! Everything should be ready to just launch the app. ## Using Fixed version -If you want to use [fixed version](https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution#fixed-version-distribution-mode), i.e. Bring-Your-Own (BYO), follow the instructions in MainWindow.xaml and App.xaml. +If you want to use [fixed version](https://learn.microsoft.com/microsoft-edge/webview2/concepts/distribution#fixed-version-distribution-mode), i.e. Bring-Your-Own (BYO), follow the instructions in MainWindow.xaml and App.xaml. ## Code of Conduct diff --git a/SampleApps/WebView2WpfBrowser/assets/AppStartPage.html b/SampleApps/WebView2WpfBrowser/assets/AppStartPage.html index 7d4c4095..1a71369c 100644 --- a/SampleApps/WebView2WpfBrowser/assets/AppStartPage.html +++ b/SampleApps/WebView2WpfBrowser/assets/AppStartPage.html @@ -117,8 +117,8 @@

Issues

Documentation

-
- WebView2 documentation +
+ WebView2 documentation
@@ -144,9 +144,9 @@

Runtime

Release Notes

diff --git a/SampleApps/webview2_sample_uwp/readme.md b/SampleApps/webview2_sample_uwp/readme.md index 11d13e3f..045549c2 100644 --- a/SampleApps/webview2_sample_uwp/readme.md +++ b/SampleApps/webview2_sample_uwp/readme.md @@ -21,6 +21,6 @@ This sample, **webview2_sample_uwp**, embeds a WebView2 control within a WinUI 2 This sample is built as a UWP Visual Studio 2019 project. It uses C++ and HTML/CSS/JavaScript in the WebView2 environment. -For more information, see [WinUI 2 (UWP) sample app](https://docs.microsoft.com/microsoft-edge/webview2/samples/webview2_sample_uwp). +For more information, see [WinUI 2 (UWP) sample app](https://learn.microsoft.com/microsoft-edge/webview2/samples/webview2_sample_uwp). ![The running WinUI 2 (UWP) sample app](screenshots/webview2_sample_uwp-webpage-content.png)