Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit dfeff71

Browse files
authored
fixes/Core-IncorrectURLCausingError (#670)
* Updated the older Xamarin.com URL that was causing an error in the sample
1 parent 2c5d97c commit dfeff71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WorkingWithWebview/WorkingWithWebview/WebPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class WebPage : ContentPage
77
public WebPage()
88
{
99
var browser = new WebView();
10-
browser.Source = "http://xamarin.com";
10+
browser.Source = "https://dotnet.microsoft.com/apps/xamarin";
1111
Content = browser;
1212
}
1313
}

0 commit comments

Comments
 (0)