Skip to content

Commit 4cff094

Browse files
RokKosmartinfouilleul
authored andcommitted
fix docs - links to correct sample
Fixed GitHub links to samples that were leading to 404
1 parent b25cc64 commit 4cff094

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/mkdocs/docs/QuickStart.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,12 @@ You can unconditionally abort the application with a message box using `OC_ABORT
226226
227227
## Where to go next?
228228
229-
For more examples of how to use Orca APIs, you can look at the other [sample apps](https://github.com/orca-app/orca/samples):
229+
For more examples of how to use Orca APIs, you can look at the other [sample apps](https://github.com/orca-app/orca/tree/main/samples):
230230
231-
- [breakout](https://github.com/orca-app/orca/samples/breakout) is a mini breakout game making use of the vector graphics API. It demonstrates using input and drawing images.
232-
- [triangle](https://github.com/orca-app/orca/samples/triangle) shows how to draw a spining triangle using the GLES API.
233-
- [fluid](https://github.com/orca-app/orca/samples/fluid) is a fluid simulation using a more complex GLES setup.
234-
- [ui](https://github.com/orca-app/orca/samples/ui) showcases the UI API and Orca's default UI widgets.
231+
- [breakout](https://github.com/orca-app/orca/tree/main/samples/breakout) is a mini breakout game making use of the vector graphics API. It demonstrates using input and drawing images.
232+
- [triangle](https://github.com/orca-app/orca/tree/main/samples/triangle) shows how to draw a spining triangle using the GLES API.
233+
- [fluid](https://github.com/orca-app/orca/tree/main/samples/fluid) is a fluid simulation using a more complex GLES setup.
234+
- [ui](https://github.com/orca-app/orca/tree/main/samples/ui) showcases the UI API and Orca's default UI widgets.
235235
236236
For a list of Orca APIs, you can look at the [API cheatsheets](https://github.com/orca-app/orca/doc/cheatsheets).
237237

0 commit comments

Comments
 (0)