From cec0b41042581d9c625690a255a4d08a4c13eb40 Mon Sep 17 00:00:00 2001 From: HifiExperiments <53453710+HifiExperiments@users.noreply.github.com> Date: Fri, 30 Oct 2020 16:41:59 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: kasenvr <52365539+kasenvr@users.noreply.github.com> --- scripts/system/quickGoto.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/system/quickGoto.js b/scripts/system/quickGoto.js index ec278dd1d2..3211688e6e 100644 --- a/scripts/system/quickGoto.js +++ b/scripts/system/quickGoto.js @@ -30,8 +30,8 @@ }); } - addGotoButton("172.104.248.237"); - addGotoButton("167.172.61.134"); + addGotoButton("hub.daleglass.net"); + addGotoButton("lq-hub.vircadia.com"); addGotoButton("file:///~/serverless/tutorial.json"); }()); // END LOCAL_SCOPE