Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compat_gum.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<body>
<div id="main">
<h2><b>getUserMedia Test Page</b></h2>
<a href="http://mozilla.github.com/webrtc-landing">Main webrtc demo page</a><br>
<a href="http://mozilla.github.io/webrtc-landing">Main webrtc demo page</a><br>
Note: Audio will feedback unless you use a headset!<br><br>
<div id="startbuttons">
<input value="Video" onclick="startVideo();" type="button">
Expand Down
6 changes: 3 additions & 3 deletions gum_iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</head>
<body>
<h2>HTTP IFRAME</h2>
<iframe src="http://mozilla.github.com/webrtc-landing/gum_test.html" width="100%" height="400"></iframe>
<iframe src="http://mozilla.github.io/webrtc-landing/gum_test.html" width="100%" height="400"></iframe>
<h2>HTTPS IFRAME 1</h2>
<iframe src="https://mozilla.github.com/webrtc-landing/gum_test.html" width="100%" height="400"></iframe>
<iframe src="https://mozilla.github.io/webrtc-landing/gum_test.html" width="100%" height="400"></iframe>
<h2>HTTPS IFRAME 2</h2>
<iframe src="https://mozilla.github.com/webrtc-landing/gum_test.html" width="100%" height="400"></iframe>
<iframe src="https://mozilla.github.io/webrtc-landing/gum_test.html" width="100%" height="400"></iframe>
</body> </html>
2 changes: 1 addition & 1 deletion gum_picture.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<body>
<div id="main">
<h2><b>getUserMedia Test Page</b></h2>
<a href="http://mozilla.github.com/webrtc-landing">Main webrtc demo page</a><br>
<a href="http://mozilla.github.io/webrtc-landing">Main webrtc demo page</a><br>
Note: Audio will feedback unless you use a headset!<br><br>
<div id="startbuttons">
<input value="Video" onclick="startVideo();" type="button">
Expand Down
2 changes: 1 addition & 1 deletion gum_test_2_camera.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<body>
<div id="main">
<h2><b>Two-camera getUserMedia Test Page</b></h2>
<a href="http://mozilla.github.com/webrtc-landing">Main webrtc demo page</a><br>
<a href="http://mozilla.github.io/webrtc-landing">Main webrtc demo page</a><br>
Note: Audio will feedback unless you use a headset!<br><br>
<div id="startbuttons">
<input value="Video Front" onclick="startVideo(true);" type="button">
Expand Down
2 changes: 1 addition & 1 deletion gum_test_aec.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<body>
<div id="main">
<h2><b>getUserMedia Test Page</b></h2>
<a href="http://mozilla.github.com/webrtc-landing">Main webrtc demo page</a><br>
<a href="http://mozilla.github.io/webrtc-landing">Main webrtc demo page</a><br>
Note: Audio will feedback unless you use a headset!<br><br>
<div id="startbuttons">
<input value="Video" onclick="startVideo();" type="button">
Expand Down