瀏覽代碼

Updated a bit message and links in Detector.

alteredq 14 年之前
父節點
當前提交
bd56143eb4
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      examples/js/Detector.js

+ 3 - 3
examples/js/Detector.js

@@ -30,9 +30,9 @@ Detector = {
 			].join( '\n' ) : [
 				'Sorry, your browser doesn\'t support <a href="http://khronos.org/webgl/wiki/Getting_a_WebGL_Implementation">WebGL</a><br/>',
 				'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' );
 
 		}