Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit e21136b

Browse files
map7NickIliev
authored andcommitted
Fix paths to templates (#1789)
1 parent 0f4909c commit e21136b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/app-templates/creating-custom-templates.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ This article aims to give you the common steps needed to create your custom appl
1414

1515
Here is the list of the four main blank templates depending on the coding language preferences.
1616

17-
- Plain JavaScript template at [https://github.com/NativeScript/template-blank](https://github.com/NativeScript/template-blank)
18-
- TypeScript template at [https://github.com/NativeScript/template-blank-ts](https://github.com/NativeScript/template-blank-ts)
19-
- Angular template at [https://github.com/NativeScript/template-blank-ng](https://github.com/NativeScript/template-blank-ng)
20-
- Vue.js template at [https://github.com/nativescript-vue/nativescript-vue-template](https://github.com/nativescript-vue/nativescript-vue-template)
17+
https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank-ng
18+
19+
- Plain JavaScript template at [https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank](https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank)
20+
- TypeScript template at [https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank-ts](https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank-ts)
21+
- Angular template at [https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank-ng](https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank-ng)
22+
- Vue.js template at [https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank-vue](https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank-vue)
2123

2224
Creating your template is as simple as cloning the wanted template repository and modifying the source code to satisfy your business logic.
2325

0 commit comments

Comments
 (0)