Upate the links to the templates repository

Also update a few more links and reference to slint in the readme
I know this means that we will have invalid links and instructions until the release,
but the instructions are already broken anyway
This commit is contained in:
Olivier Goffart 2022-02-09 15:49:18 +01:00
parent 3d209287c2
commit 567b54501a
5 changed files with 12 additions and 12 deletions

View file

@ -20,7 +20,7 @@ include(FetchContent)
FetchContent_Declare(
Slint
GIT_REPOSITORY https://github.com/slint-ui/slint.git
GIT_TAG v0.1.6
GIT_TAG v0.2.0
SOURCE_SUBDIR api/cpp
)
FetchContent_MakeAvailable(Slint)
@ -77,5 +77,5 @@ It will guide you through the `.slint` mark-up language and the C++ API by build
## Template
You can clone the [Template Repository](https://github.com/sixtyfpsui/sixtyfps-cpp-template) repository with
You can clone the [Template Repository](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.