Skip to content

Commit 491a0f4

Browse files
committed
Change website URL to https
1 parent e084d34 commit 491a0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/htmlwidget-iframes-example/autorun.brs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Sub main()
33
y = 0
44
width = 1920
55
height = 1080
6-
url = "http://www.brightsign.biz"
6+
url = "https://www.brightsign.biz"
77

88
rect = CreateObject("roRectangle", x, y, width, height)
99

0 commit comments

Comments
 (0)