diff --git a/src/Umbraco.Web/Install/InstallHelper.cs b/src/Umbraco.Web/Install/InstallHelper.cs index 0c43d218e5..c08dac71d8 100644 --- a/src/Umbraco.Web/Install/InstallHelper.cs +++ b/src/Umbraco.Web/Install/InstallHelper.cs @@ -191,7 +191,7 @@ namespace Umbraco.Web.Install try { - var requestUri = string.Format("http://localhost:24217/webapi/StarterKit/Get/?umbracoVersion={0}", + var requestUri = string.Format("http://our.umbraco.org/webapi/StarterKit/Get/?umbracoVersion={0}", UmbracoVersion.Current); var request = new HttpRequestMessage(HttpMethod.Get, requestUri); var httpClient = new HttpClient();