From 78bcf3ddcb16f2ddfd39b595d20fe22bd5f9add8 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 3 Feb 2015 16:15:10 -0800 Subject: [PATCH] Update SVG URLs to use S3 files --- examples/progress.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/progress.js b/examples/progress.js index 108576e5ad..6ee53c55e6 100644 --- a/examples/progress.js +++ b/examples/progress.js @@ -25,10 +25,10 @@ visible = false, BAR_WIDTH = 320, // Nominal dimension of SVG in pixels of visible portion (half) of the bar. BAR_HEIGHT = 20, - BAR_URL = "http://ctrlaltstudio.com/hifi/progress-bar.svg", + BAR_URL = "http://hifi-public.s3.amazonaws.com/images/progress-bar.svg", BACKGROUND_WIDTH = 360, BACKGROUND_HEIGHT = 60, - BACKGROUND_URL = "http://ctrlaltstudio.com/hifi/progress-bar-background.svg", + BACKGROUND_URL = "http://hifi-public.s3.amazonaws.com/images/progress-bar-background.svg", isOnHMD = false, windowWidth = 0, windowHeight = 0,