Skip to content

Commit

Permalink
fixed broken links in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Jun 28, 2019
1 parent 8304b0d commit a0f7395
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<body>

<canvas id="c"></canvas>
<script src="../../dist/verly.bundle.js"></script>
<script src="../dist/verly.bundle.js"></script>
<script>

window.onload = function () {
Expand Down
3 changes: 2 additions & 1 deletion examples/behavior2.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@

<canvas id="c"></canvas>

<script src="../../dist/verly.bundle.js"></script>
<script src="../dist/verly.bundle.js"></script>


<script>

Expand Down
2 changes: 1 addition & 1 deletion examples/dynamicCustomMesh.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<body>

<canvas id="c"></canvas>
<script src="../../dist/verly.bundle.js"></script>
<script src="../dist/verly.bundle.js"></script>

<script>

Expand Down
2 changes: 1 addition & 1 deletion examples/ragdoll.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<body>

<canvas id="c"></canvas>
<script src="../../dist/verly.bundle.js"></script>
<script src="../dist/verly.bundle.js"></script>

<script>

Expand Down
2 changes: 1 addition & 1 deletion examples/rotatingEntity.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<canvas id="c"></canvas>

<script src="../../dist/verly.bundle.js"></script>
<script src="../dist/verly.bundle.js"></script>
<script src="../src/Objects.js"></script>
<script>

Expand Down
5 changes: 2 additions & 3 deletions examples/shadedCloth.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@
<body>

<canvas id="c"></canvas>

<script src="../../dist/verly.bundle.js"></script>


<script src="../dist/verly.bundle.js"></script>

<script>

Expand Down

0 comments on commit a0f7395

Please sign in to comment.