From 0b273f1e43100899bda9c36749fcb57186bdc086 Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Sat, 16 Sep 2023 17:53:36 -0500 Subject: [PATCH] Fix links in quick start --- doc/QuickStart.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/QuickStart.md b/doc/QuickStart.md index 6b9b4f5..9730760 100644 --- a/doc/QuickStart.md +++ b/doc/QuickStart.md @@ -207,10 +207,10 @@ You can unconditionally abort the application with a message box using `OC_ABORT For more examples of how to use Orca APIs, you can look at the other [sample apps](../samples): -- [breakout](./samples/breakout) is a mini breakout game making use of the vector graphics API. It demonstrates using input and drawing images. -- [triangle](./samples/triangle) shows how to draw a spining triangle using the GLES API. -- [fluid](./samples/fluid) is a fluid simulation using a more complex GLES setup. -- [ui](./samples/ui) showcases the UI API and Orca's default UI widgets. +- [breakout](../samples/breakout) is a mini breakout game making use of the vector graphics API. It demonstrates using input and drawing images. +- [triangle](../samples/triangle) shows how to draw a spining triangle using the GLES API. +- [fluid](../samples/fluid) is a fluid simulation using a more complex GLES setup. +- [ui](../samples/ui) showcases the UI API and Orca's default UI widgets. For a list of Orca APIs, you can look at the [API cheatsheets](../doc/cheatsheets). -- 2.25.1