mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00
Fixup dead links to the old tutorial
This commit is contained in:
parent
0723743d14
commit
1c3eb46752
6 changed files with 9 additions and 18 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue