Skip to content

Commit ac69e52

Browse files
author
linshun
committed
issue cocos2d#1567: fixed samples path
1 parent cf58e3d commit ac69e52

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
66
<link rel="icon"
77
type="image/GIF"
8-
href="tests/res/Images/favicon.ico"/>
8+
href="samples/tests/res/Images/favicon.ico"/>
99
<link href='http://fonts.googleapis.com/css?family=Nunito:700,300' rel='stylesheet' type='text/css'>
1010
<style type="text/css">
1111
body {
@@ -46,14 +46,17 @@
4646
</style>
4747
</head>
4848
<body style="background: #f2f6f8;">
49-
<h1><a href="index.html"><img src="tests/res/Images/cocos2dbanner.png"/></a>
49+
<h1><a href="index.html"><img src="samples/tests/res/Images/cocos2dbanner.png"/></a>
5050
</h1>
5151
<hr/>
5252
<ol>
5353
<li><a href="HelloHTML5World/index.html">Hello World</a> <span
5454
class="comment"> - Hello World for Cocos2d-HTML5</span></li>
55-
<li><a href="samples/">Test cases</a> <span class="comment"> - Engine Testcases</span></li>
55+
<li><a href="samples/tests/index.html">Test cases</a> <span class="comment"> - Engine Testcases</span></li>
5656
<li><a href="Demo/index.html">Demos</a> <span class="comment"> - Platform Demos</span></li>
57+
<li><a href="samples/games/MoonWarriors/index.html">MoonWarriors</a> <span class="comment"> - game</span></li>
58+
<li><a href="samples/games/WatermelonWithMe/index.html">Watermelon with Me</a> <span class="comment"> - game</span></li>
59+
<li><a href="samples/games/CocosDragonJS/Published files HTML5/index.html">CocosDragon</a> <span class="comment"> - game</span></li>
5760
</ol>
5861
<hr/>
5962
<h2>Note</h2>

0 commit comments

Comments
 (0)