From 9485247ae6d86caf14a9990f8144110edd59661e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Og=C3=B3rek?= Date: Sat, 2 May 2026 18:49:19 +0200 Subject: [PATCH] fix: Update githubUrl for PerryTS/starter on showcase page --- src/lib/showcase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/showcase.ts b/src/lib/showcase.ts index a5d6ed8..3607dee 100644 --- a/src/lib/showcase.ts +++ b/src/lib/showcase.ts @@ -76,7 +76,7 @@ export const showcaseProjects: ShowcaseProject[] = [ description: "A minimal project template to get started with Perry. Includes TypeScript configuration, build scripts, and example code for CLI and GUI applications.", platforms: ["macOS", "Linux", "Windows"], - githubUrl: "https://github.com/PerryTS/perry-starter", + githubUrl: "https://github.com/PerryTS/starter", tags: ["template", "starter"], hasFeaturePage: false, },