Skip to content

Commit 9b176ff

Browse files
authored
Docs: have a link directly to the template
So people don't have to download and extract the zip to see what's in it
1 parent 8a67aed commit 9b176ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/astro/src/content/docs/tutorial/getting_started.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Slint has application templates you can use to create a project with dependencie
2323

2424
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.
2525

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/).
2727
2. Rename the extracted directory and change into it:
2828

2929
```sh
@@ -94,7 +94,7 @@ my_application
9494

9595
<TabItem label="NodeJS">
9696

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).
9898
2. Rename the extracted directory and change into it:
9999

100100
```sh
@@ -135,7 +135,7 @@ Run the example with `npm start` and a window appears with the green "Hello Worl
135135

136136
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.
137137

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).
139139
2. Rename the extracted directory and change into it:
140140

141141
```sh
@@ -168,7 +168,7 @@ Run the example with `cargo run` and a window appears with the green "Hello Worl
168168
</TabItem>
169169
<TabItem label="Python">
170170

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).
172172
2. Rename the extracted directory and change into it:
173173

174174
```sh

0 commit comments

Comments
 (0)