diff --git a/apps/dokploy/templates/templates.ts b/apps/dokploy/templates/templates.ts index 40f5e736c..d0b29fc66 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -771,8 +771,8 @@ export const templates: TemplateData[] = [ logo: "postiz.png", links: { github: "https://github.com/gitroomhq/postiz", - website: "https://postiz.io", - docs: "https://docs.postiz.io", + website: "https://postiz.com", + docs: "https://docs.postiz.com", }, tags: ["cms", "content-management", "publishing"], load: () => import("./postiz/index").then((m) => m.generate),