Fixup dead links to the old tutorial

This commit is contained in:
Olivier Goffart 2024-10-03 10:15:52 +02:00
parent 0723743d14
commit 1c3eb46752
6 changed files with 9 additions and 18 deletions

View file

@ -9,8 +9,6 @@ Slint.cpp is the C++ API to interact with a Slint UI from C++.
The complete C++ documentation can be viewed online at https://slint.dev/docs/cpp/.
If you are new to Slint, you might also consider going through our [Walk-through tutorial](https://slint.dev/docs/quickstart/cpp).
## Installing or Building Slint
Slint comes with a CMake integration that automates the compilation step of the `.slint` markup language files and
@ -250,7 +248,6 @@ int main() {
That's it.
For more details, check the [Online documentation](https://slint.dev/docs/cpp) and the full
[Walk-through tutorial](https://slint.dev/docs/quickstart/cpp).
For more details, check the [Online documentation](https://slint.dev/docs/cpp).
We also have a [Getting Started Template](https://github.com/slint-ui/slint-cpp-template) repository with
the code of a minimal C++ application using Slint that can be used as a starting point to your program.

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="../quickstart/cpp">Slint Memory Game Tutorial</a>.
For an in-depth walk-through, read our <a href="../slint/src/quickstart">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.