aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2019-10-31 13:59:29 -0400
committerGitHub <noreply@github.com>2019-10-31 13:59:29 -0400
commit812ca3b4f24972dd7a528d25a2a787ff12fa526e (patch)
tree643299f8c2bf4e968539120d38a95fc751b3761c
parentd671010e466839010ca76c1292b8dc936941a3f0 (diff)
parentff102fa64bffe1a7facad5256cb474329c931acc (diff)
downloadservo-812ca3b4f24972dd7a528d25a2a787ff12fa526e.tar.gz
servo-812ca3b4f24972dd7a528d25a2a787ff12fa526e.zip
Auto merge of #24594 - paulrouget:hl-home, r=asajeffrey
Load hololens demo page by default Once this lands: https://github.com/servo/servo.org/pull/77
-rw-r--r--support/hololens/ServoApp/DefaultUrl.h2
1 files changed, 1 insertions, 1 deletions
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/";