Skip to content

Commit

Permalink
Update link in Document
Browse files Browse the repository at this point in the history
Former-commit-id: 0cfe188
  • Loading branch information
panaweec committed Oct 27, 2017
1 parent 7f501ac commit 7819458
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/data/Animation Clips.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A simple pipeline with Blender to get animated models on the browser:

Modeling your mesh first, here is the model used in the Alien animation example.

![Modeling](template/static/images/animation-clips/alien-model.png "Modeling")
![Modeling](../template/static/images/animation-clips/alien-model.png "Modeling")

- Add bones

Expand Down
2 changes: 1 addition & 1 deletion docs/data/Groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ const group = new WHS.Group(box, sphere);

> You can list elements in sequence or pass an array. (see es6 rest/spread).
[> 3D Transforms](3D Transforms.html)
[> 3D Transforms](3D%20Transforms.md)
2 changes: 1 addition & 1 deletion docs/data/Hello World!.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const app = new WHS.App([
]);
```

[> Loops & 3D Animation](Loops & 3D Animation.html)
[> Loops & 3D Animation](Loops%20&%203D%20Animation.md)

## FAQ

Expand Down
2 changes: 1 addition & 1 deletion docs/data/Showcase.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@

</div>

[> "Hello world" \ Basic scene](Hello World!.html)
[> "Hello world" \ Basic scene](Hello%20World!.md)
2 changes: 1 addition & 1 deletion docs/data/Welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ const app = new WHS.App([
app.start(); // Run app.
```

[> featured projects](Showcase.html)
[> featured projects](Showcase.md)

0 comments on commit 7819458

Please sign in to comment.