From ff102fa64bffe1a7facad5256cb474329c931acc Mon Sep 17 00:00:00 2001 From: Paul Rouget Date: Thu, 31 Oct 2019 09:47:38 +0100 Subject: [PATCH] Load hololens demo page by default --- support/hololens/ServoApp/DefaultUrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/hololens/ServoApp/DefaultUrl.h b/support/hololens/ServoApp/DefaultUrl.h index 43d11789cb7..3a586fcb4dc 100644 --- a/support/hololens/ServoApp/DefaultUrl.h +++ b/support/hololens/ServoApp/DefaultUrl.h @@ -1,3 +1,3 @@ #pragma once -#define DEFAULT_URL L"http://paulrouget.com/test/bbjs/basic/"; +#define DEFAULT_URL L"https://servo.org/hl-home/";