From ac4f3277758fa9694bb5b9ccbd9dec6f7507e18c Mon Sep 17 00:00:00 2001 From: exi66 Date: Mon, 9 Sep 2024 21:01:00 +0400 Subject: [PATCH] fix: invalid glitchtip git link --- apps/dokploy/templates/templates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/templates/templates.ts b/apps/dokploy/templates/templates.ts index 66a717b6d..5603b188a 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -326,7 +326,7 @@ export const templates: TemplateData[] = [ description: "Glitchtip is simple, open source error tracking", logo: "glitchtip.png", links: { - github: "https://github.com/glitchtip/glitchtip", + github: "https://gitlab.com/glitchtip/", website: "https://glitchtip.com/", docs: "https://glitchtip.com/documentation", },