Rename tutorial to quickstart (#4941)

This commit is contained in:
Chris Chinchilla 2024-04-04 13:26:24 +02:00 committed by GitHub
parent 02775f7783
commit 7afa34a7e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
79 changed files with 35 additions and 35 deletions

View file

@ -83,7 +83,7 @@ the UI, read or write properties, and set callbacks. You can learn more about ho
## Tutorial
For an in-depth walk-through, read our <a href="../tutorial/cpp">Slint Memory Game Tutorial</a>.
For an in-depth walk-through, read our <a href="../quickstart/cpp">Slint Memory Game Tutorial</a>.
It will guide you through the `.slint` mark-up language and the C++ API by building a simple memory
game.