From 9ceb80836b8328d4f74b9b651d7ae00de8ebb631 Mon Sep 17 00:00:00 2001 From: Asger Nyman Christiansen Date: Mon, 8 Nov 2021 12:15:00 +0100 Subject: [PATCH] Fix example links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 975d0efce..f74856154 100644 --- a/README.md +++ b/README.md @@ -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