diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-10-31 13:59:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-31 13:59:29 -0400 |
commit | 812ca3b4f24972dd7a528d25a2a787ff12fa526e (patch) | |
tree | 643299f8c2bf4e968539120d38a95fc751b3761c | |
parent | d671010e466839010ca76c1292b8dc936941a3f0 (diff) | |
parent | ff102fa64bffe1a7facad5256cb474329c931acc (diff) | |
download | servo-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.h | 2 |
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/"; |