Skip to content

Commit d910760

Browse files
authored
Merge pull request NativeScript#1905 from NativeScript/NathanaelA-patch-1
Update image-resources.md
2 parents abb0b74 + 5b79392 commit d910760

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/ui/image-resources.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ In this article, we will look at the specifics of adding Images in the App_Resou
1616
1717
## Generating the icon and adding them in the resources folders
1818

19-
To achieve this, we should generate the icons via [NativeScript Image Builder](http://nsimage.brosteins.com/) or some other tool, which can be used for image edit. After we created the images for the required device screen densities, we should add them in the required folders, described below.
19+
To achieve this, we should generate the icons via [NativeScript Image Builder](http://images.nativescript.rocks/) or via the NativeScript command line tool using the command `tns resources generate icons`.
20+
21+
After we created the images for the required device screen densities, we should add them in the required folders, described below.
2022

2123
### Adding Android resources
2224
Android resources should be added to the corresponding `drawable-XXX` folders inside the `App_Resources\Android\src\main\res` folder in your app:

0 commit comments

Comments
 (0)