浏览代码

Merge pull request #11065 from jostschmithals/fixCodeStyleLink

Broken link to code style guide fixed
Mr.doob 8 年之前
父节点
当前提交
ff92652c64
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/manual/introduction/Code-style-guide.html

+ 1 - 1
docs/manual/introduction/Code-style-guide.html

@@ -16,7 +16,7 @@
 			if you are adding code to the library or examples then you must follow this guide.<br /><br />
 
 			You can find details
-			<a href="https://github.com/mrdoob/three.js/wiki/Mr.doob%27s-Code-Style%E2%84%A2">here</a>.
+			<a href="https://github.com/mrdoob/three.js/wiki/Mr.doob%27s-Code-Style%E2%84%A2" target="_blank">here</a>.
 		</div>
 	</body>
 </html>