Skip to content

Commit 66bfe03

Browse files
fix: tutorial image paths (#73)
1 parent 875a3a6 commit 66bfe03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tutorial/plain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ export class FlickService {
267267
}
268268
```
269269

270-
Add a `/src/assets/` directory to your project, and copy the 3 static images over from the sample project [here](https://github.com/NativeScript/tutorials/tree/main/plain-tutorial/app/assets).
270+
Add a `/app/assets/` directory to your project, and copy the 3 static images over from the sample project [here](https://github.com/NativeScript/tutorials/tree/main/plain-tutorial/app/assets).
271271

272272
Next, let's break down the layout and UI elements of the home page.
273273

tutorial/svelte.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export class FlickService {
241241
}
242242
```
243243

244-
Add a `/src/assets/` directory to your project, and copy the 3 static images over from the sample project [here](https://github.com/NativeScript/tutorials/tree/main/svelte-tutorial/app/assets).
244+
Add a `/app/assets/` directory to your project, and copy the 3 static images over from the sample project [here](https://github.com/NativeScript/tutorials/tree/main/svelte-tutorial/app/assets).
245245

246246
Next, let's break down the layout and UI elements of the home page.
247247

tutorial/vue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export default class FlickService {
248248
}
249249
```
250250

251-
Add a `/src/assets/` directory to your project, and copy the 3 static images over from the sample project [here](https://github.com/NativeScript/tutorials/tree/main/vue-tutorial/app/assets).
251+
Add a `/app/assets/` directory to your project, and copy the 3 static images over from the sample project [here](https://github.com/NativeScript/tutorials/tree/main/vue-tutorial/app/assets).
252252

253253
Next, let's break down the layout and UI elements of the home page.
254254

0 commit comments

Comments
 (0)