diff --git a/WorkingWithWebview/WorkingWithWebview/WebPage.cs b/WorkingWithWebview/WorkingWithWebview/WebPage.cs index f7af46f1a4..869cabbf00 100755 --- a/WorkingWithWebview/WorkingWithWebview/WebPage.cs +++ b/WorkingWithWebview/WorkingWithWebview/WebPage.cs @@ -7,7 +7,7 @@ public class WebPage : ContentPage public WebPage() { var browser = new WebView(); - browser.Source = "http://xamarin.com"; + browser.Source = "https://dotnet.microsoft.com/apps/xamarin"; Content = browser; } }