We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d69ac commit 42dfeeaCopy full SHA for 42dfeea
1 file changed
src/app/components/gradle-kotlin-template/gradle-kotlin-template.component.ts
@@ -78,7 +78,7 @@ export class GradleKotlinTemplateComponent {
78
79
try {
80
// URL to the template zip file in public folder
81
- const templateUrl = 'gdx-kotlin-template-master.zip';
+ const templateUrl = 'https://download-directory.github.io/?url=https://github.com/Quillraven/gdx-kotlin-template';
82
83
// Fetch the template zip file
84
const response = await fetch(templateUrl);
0 commit comments