From 801828df70c2f38e30420c751ea0174507ca6759 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Sun, 30 Nov 2014 17:02:25 +0100 Subject: [PATCH] Update test URL to live URL --- src/Umbraco.Web/Install/InstallHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();