Browse Source

Updated a bit message and links in Detector.

alteredq 14 years ago
parent
commit
bd56143eb4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      examples/js/Detector.js

+ 3 - 3
examples/js/Detector.js

@@ -30,9 +30,9 @@ Detector = {
 			].join( '\n' ) : [
 			].join( '\n' ) : [
 				'Sorry, your browser doesn\'t support <a href="http://khronos.org/webgl/wiki/Getting_a_WebGL_Implementation">WebGL</a><br/>',
 				'Sorry, your browser doesn\'t support <a href="http://khronos.org/webgl/wiki/Getting_a_WebGL_Implementation">WebGL</a><br/>',
 				'Please try with',
 				'Please try with',
-				'<a href="http://www.google.com/chrome">Chrome 10</a>, ',
-				'<a href="http://www.mozilla.com/en-US/firefox/all-beta.html">Firefox 4</a> or',
-				'<a href="http://nightly.webkit.org/">Safari 6</a>'
+				'<a href="http://www.google.com/chrome">Chrome</a>, ',
+				'<a href="http://www.mozilla.com/en-US/firefox/new/">Firefox 4</a> or',
+				'<a href="http://nightly.webkit.org/">Webkit Nightly (Mac)</a>'
 			].join( '\n' );
 			].join( '\n' );
 
 
 		}
 		}