Skip to content

Commit c74f94b

Browse files
committed
2 parents f5a7840 + f7340c5 commit c74f94b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This repository contain examples of how to use the [WebView 2 API](https://docs.
44

55
## 1. Getting Started Guide
66

7-
Start with the [Microsoft Edge WebView2 getting-started guide](https://docs.microsoft.com/en-us/microsoft-edge/hosting/webview2/gettingstarted) to learn how to setup a WebView within a Win32 application.
7+
This Sample is found within the [GettingStartedGuide](https://github.com/MicrosoftEdge/WebView2Samples/tree/master/GettingStartedGuide) directory.
88

9-
This Sample is found within the GettingStartedGuide directory.
9+
Start with the [Microsoft Edge WebView2 getting-started guide](https://docs.microsoft.com/en-us/microsoft-edge/hosting/webview2/gettingstarted) to learn how to setup a WebView within a Win32 application.
1010

1111
## 2. WebView2 API Sample
1212

@@ -16,7 +16,8 @@ The Microsoft Edge WebView2APISample is a comprehensive example of our SDK's cap
1616

1717
## 3. WebView2 Browser Example
1818

19+
Clone the [WebView2Browser](https://github.com/MicrosoftEdge/WebView2Browser) by running `git clone https://github.com/MicrosoftEdge/WebView2Browser.git` to get started.
20+
1921
Follow the [WebView2Browser guide](https://github.com/MicrosoftEdge/WebView2Browser) to learn how to build an application that utilizes multiple WebViews.
2022

21-
Clone the project by running `git clone https://github.com/MicrosoftEdge/WebView2Browser.git` to get started.
2223

0 commit comments

Comments
 (0)