Skip to content

Commit c90a5bf

Browse files
committed
fix ituring url
1 parent 4373f6d commit c90a5bf

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

index.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
var _gaq = _gaq || [];
66
_gaq.push(['_setAccount', 'UA-38205696-1']);
77
_gaq.push(['_trackPageview']);
8-
8+
99
(function() {
1010
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
1111
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
@@ -31,21 +31,21 @@ <h2 class="subtitle">《Three.js 入门指南》书例代码</h2>
3131

3232
<h1>目录</h1>
3333
<h2>第 1 章 概述</h2>
34-
<p><a href="http://www.ituring.com.cn/article/47975" target="_blank">阅读原文</a></p>
34+
<p><a href="http://www.ituring.com.cn/book/miniarticle/47975" target="_blank">阅读原文</a></p>
3535
<h3>例 1.1.1</h3>
3636
<p><a href="http://zhangwenli.com/ThreeExample.js/Chapter1/1.1.1.html" target="_blank">运行代码</a> | <a href="https://github.com/Ovilia/ThreeExample.js/blob/master/Chapter1/1.1.1.html" target="_blank">查看代码</a></p>
3737
<h3>例 1.2.1</h3>
3838
<p><a href="http://zhangwenli.com/ThreeExample.js/Chapter1/1.2.1.html" target="_blank">运行代码</a> | <a href="https://github.com/Ovilia/ThreeExample.js/blob/master/Chapter1/1.2.1.html" target="_blank">查看代码</a></p>
3939

4040
<h2>第 2 章 照相机</h2>
41-
<p><a href="http://www.ituring.com.cn/article/48665" target="_blank">阅读原文</a></p>
41+
<p><a href="http://www.ituring.com.cn/book/miniarticle/48665" target="_blank">阅读原文</a></p>
4242
<h3>例 2.3.1</h3>
4343
<p><a href="http://zhangwenli.com/ThreeExample.js/Chapter2/2.3.1.html" target="_blank">运行代码</a> | <a href="https://github.com/Ovilia/ThreeExample.js/blob/master/Chapter2/2.3.1.html" target="_blank">查看代码</a></p>
4444
<h3>例 2.4.1</h3>
4545
<p><a href="http://zhangwenli.com/ThreeExample.js/Chapter2/2.4.1.html" target="_blank">运行代码</a> | <a href="https://github.com/Ovilia/ThreeExample.js/blob/master/Chapter2/2.4.1.html" target="_blank">查看代码</a></p>
4646

4747
<h2>第 3 章 几何形状</h2>
48-
<p><a href="http://www.ituring.com.cn/article/50039" target="_blank">阅读原文</a></p>
48+
<p><a href="http://www.ituring.com.cn/book/miniarticle/50039" target="_blank">阅读原文</a></p>
4949
<h3>例 3.1.1</h3>
5050
<p><a href="http://zhangwenli.com/ThreeExample.js/Chapter3/3.1.1.html" target="_blank">运行代码</a> | <a href="https://github.com/Ovilia/ThreeExample.js/blob/master/Chapter3/3.1.1.html" target="_blank">查看代码</a></p>
5151
<h3>例 3.2.1</h3>
@@ -54,7 +54,7 @@ <h3>例 3.3.1</h3>
5454
<p><a href="http://zhangwenli.com/ThreeExample.js/Chapter3/3.3.1.html" target="_blank">运行代码</a> | <a href="https://github.com/Ovilia/ThreeExample.js/blob/master/Chapter3/3.3.1.html" target="_blank">查看代码</a></p>
5555

5656
<h2>第 4 章 材质</h2>
57-
<p><a href="http://www.ituring.com.cn/article/51313" target="_blank">阅读原文</a></p>
57+
<p><a href="http://www.ituring.com.cn/book/miniarticle/51313" target="_blank">阅读原文</a></p>
5858
<h3>例 4.1.1</h3>
5959
<p><a href="http://zhangwenli.com/ThreeExample.js/Chapter4/4.1.1.html" target="_blank">运行代码</a> | <a href="https://github.com/Ovilia/ThreeExample.js/blob/master/Chapter4/4.1.1.html" target="_blank">查看代码</a></p>
6060
<h3>例 4.2.1</h3>
@@ -71,7 +71,7 @@ <h3>例 4.5.3</h3>
7171
<p><a href="http://zhangwenli.com/ThreeExample.js/Chapter4/4.5.3.html" target="_blank">运行代码</a> | <a href="https://github.com/Ovilia/ThreeExample.js/blob/master/Chapter4/4.5.3.html" target="_blank">查看代码</a></p>
7272

7373
<h2>第 5 章 网格</h2>
74-
<p><a href="http://www.ituring.com.cn/article/52525" target="_blank">阅读原文</a></p>
74+
<p><a href="http://www.ituring.com.cn/book/miniarticle/52525" target="_blank">阅读原文</a></p>
7575
<h3>例 5.1.1</h3>
7676
<p><a href="http://zhangwenli.com/ThreeExample.js/Chapter5/5.1.1.html" target="_blank">运行代码</a> | <a href="https://github.com/Ovilia/ThreeExample.js/blob/master/Chapter5/5.1.1.html" target="_blank">查看代码</a></p>
7777
<h3>例 5.2.1</h3>
@@ -80,7 +80,7 @@ <h3>例 5.2.2</h3>
8080
<p><a href="http://zhangwenli.com/ThreeExample.js/Chapter5/5.2.2.html" target="_blank">运行代码</a> | <a href="https://github.com/Ovilia/ThreeExample.js/blob/master/Chapter5/5.2.2.html" target="_blank">查看代码</a></p>
8181

8282
<h2>第 6 章 动画</h2>
83-
<p><a href="http://www.ituring.com.cn/article/53315" target="_blank">阅读原文</a></p>
83+
<p><a href="http://www.ituring.com.cn/book/miniarticle/53315" target="_blank">阅读原文</a></p>
8484
<h3>例 6.1.1</h3>
8585
<p><a href="http://zhangwenli.com/ThreeExample.js/Chapter6/6.1.1.html" target="_blank">运行代码</a> | <a href="https://github.com/Ovilia/ThreeExample.js/blob/master/Chapter6/6.1.1.html" target="_blank">查看代码</a></p>
8686
<h3>例 6.1.2</h3>
@@ -93,7 +93,7 @@ <h3>例 6.3.1</h3>
9393
<p><a href="http://zhangwenli.com/ThreeExample.js/Chapter6/6.3.1.html" target="_blank">运行代码</a> | <a href="https://github.com/Ovilia/ThreeExample.js/blob/master/Chapter6/6.3.1.html" target="_blank">查看代码</a></p>
9494

9595
<h2>第 7 章 外部模型</h2>
96-
<p><a href="http://www.ituring.com.cn/article/53810" target="_blank">阅读原文</a></p>
96+
<p><a href="http://www.ituring.com.cn/book/miniarticle/53810" target="_blank">阅读原文</a></p>
9797
<h3>例 7.2.1</h3>
9898
<p><a href="http://zhangwenli.com/ThreeExample.js/Chapter7/7.2.1.html" target="_blank">运行代码</a> | <a href="https://github.com/Ovilia/ThreeExample.js/blob/master/Chapter5/5.1.1.html" target="_blank">查看代码</a></p>
9999
<h3>例 7.3.1</h3>
@@ -102,7 +102,7 @@ <h3>例 7.3.2</h3>
102102
<p><a href="http://zhangwenli.com/ThreeExample.js/Chapter7/7.3.2.html" target="_blank">运行代码</a> | <a href="https://github.com/Ovilia/ThreeExample.js/blob/master/Chapter7/7.3.2.html" target="_blank">查看代码</a></p>
103103

104104
<h2>第 8 章 光与影</h2>
105-
<p><a href="http://www.ituring.com.cn/article/54698" target="_blank">阅读原文</a></p>
105+
<p><a href="http://www.ituring.com.cn/book/miniarticle/54698" target="_blank">阅读原文</a></p>
106106
<h3>例 8.1.1</h3>
107107
<p><a href="http://zhangwenli.com/ThreeExample.js/Chapter8/8.1.1.html" target="_blank">运行代码</a> | <a href="https://github.com/Ovilia/ThreeExample.js/blob/master/Chapter8/8.1.1.html" target="_blank">查看代码</a></p>
108108
<h3>例 8.1.2</h3>
@@ -119,7 +119,7 @@ <h3>例 8.5.1</h3>
119119
<p><a href="http://zhangwenli.com/ThreeExample.js/Chapter8/8.5.1.html" target="_blank">运行代码</a> | <a href="https://github.com/Ovilia/ThreeExample.js/blob/master/Chapter8/8.5.1.html" target="_blank">查看代码</a></p>
120120

121121
<h2>第 9 章 着色器</h2>
122-
<p><a href="http://www.ituring.com.cn/article/56575" target="_blank">阅读原文</a></p>
122+
<p><a href="http://www.ituring.com.cn/book/miniarticle/56575" target="_blank">阅读原文</a></p>
123123
<h3>例 9.3.1</h3>
124124
<p><a href="http://zhangwenli.com/ThreeExample.js/Chapter9/9.3.1.html" target="_blank">运行代码</a> | <a href="https://github.com/Ovilia/ThreeExample.js/blob/master/Chapter9/9.3.1.html" target="_blank">查看代码</a></p>
125125
<h3>例 9.3.2</h3>
@@ -158,7 +158,7 @@ <h1>关于作者</h1>
158158
</div>
159159
</div>
160160
</div><!-- End of footerDiv -->
161-
161+
162162
<!--[if lt IE 9]>
163163
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
164164
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>

0 commit comments

Comments
 (0)