You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/astro/src/content/docs/tutorial/getting_started.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Slint has application templates you can use to create a project with dependencie
23
23
24
24
Before using the template, you need a C++ compiler that supports C++ 20 and to install [CMake](https://cmake.org/download/) 3.21 or newer.
25
25
26
-
1. Download and extract the [ZIP archive of the C++ Template](https://github.com/slint-ui/slint-cpp-template/archive/refs/heads/main.zip).
26
+
1. Download and extract the [ZIP archive](https://github.com/slint-ui/slint-cpp-template/archive/refs/heads/main.zip) of the [C++ Template](https://github.com/slint-ui/slint-cpp-template/).
27
27
2. Rename the extracted directory and change into it:
28
28
29
29
```sh
@@ -94,7 +94,7 @@ my_application
94
94
95
95
<TabItemlabel="NodeJS">
96
96
97
-
1. Download and extract the [ZIP archive of the Node.js Template](https://github.com/slint-ui/slint-nodejs-template/archive/refs/heads/main.zip).
97
+
1. Download and extract the [ZIP archive](https://github.com/slint-ui/slint-nodejs-template/archive/refs/heads/main.zip) of the [Node.js Template](https://github.com/slint-ui/slint-nodejs-template).
98
98
2. Rename the extracted directory and change into it:
99
99
100
100
```sh
@@ -135,7 +135,7 @@ Run the example with `npm start` and a window appears with the green "Hello Worl
135
135
136
136
We recommend using [rust-analyzer](https://rust-analyzer.github.io) and [our editor integrations for Slint](https://github.com/slint-ui/slint/tree/master/editors) for following this tutorial.
137
137
138
-
1. Download and extract the [ZIP archive of the Rust Template](https://github.com/slint-ui/slint-rust-template/archive/refs/heads/main.zip).
138
+
1. Download and extract the [ZIP archive](https://github.com/slint-ui/slint-rust-template/archive/refs/heads/main.zip) of the [Rust Template](https://github.com/slint-ui/slint-rust-template).
139
139
2. Rename the extracted directory and change into it:
140
140
141
141
```sh
@@ -168,7 +168,7 @@ Run the example with `cargo run` and a window appears with the green "Hello Worl
168
168
</TabItem>
169
169
<TabItemlabel="Python">
170
170
171
-
1. Download and extract the [ZIP archive of the Python Template](https://github.com/slint-ui/slint-python-template/archive/refs/heads/main.zip).
171
+
1. Download and extract the [ZIP archive](https://github.com/slint-ui/slint-python-template/archive/refs/heads/main.zip) of the [Python Template](https://github.com/slint-ui/slint-python-template).
172
172
2. Rename the extracted directory and change into it:
0 commit comments