Skip to content

Commit

Permalink
Fix example links
Browse files Browse the repository at this point in the history
  • Loading branch information
asny authored Nov 8, 2021
1 parent df661e9 commit 9ceb808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ The crate consist of three main modules for drawing, `context`, `core` and `rend

### Examples

Several examples covering most features can be found in the [examples folder](https://github.com/asny/three-d/tree/master/examples) where you will also find an overview and links where you can try out each example on web.
Check out the [triangle](https://github.com/asny/three-d/blob/master/examples/triangle/main.rs) example for a gentle introduction.
Several examples covering most features can be found in the [examples folder](https://github.com/asny/three-d/tree/0.9/examples) where you will also find an overview and links where you can try out each example on web.
Check out the [triangle](https://github.com/asny/three-d/blob/0.9/examples/triangle/main.rs) example for a gentle introduction.

### Build

Expand Down

0 comments on commit 9ceb808

Please sign in to comment.