From 51310dae1dfd3f6fda1b8b5a3fcc822a19154757 Mon Sep 17 00:00:00 2001 From: sondreal Date: Sun, 23 Feb 2025 19:15:17 +0100 Subject: [PATCH] fixed the links --- apps/dokploy/templates/templates.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/templates/templates.ts b/apps/dokploy/templates/templates.ts index b488cbde..4fafecb5 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -25,8 +25,8 @@ export const templates: TemplateData[] = [ "Outline is a self-hosted knowledge base and documentation platform that allows you to build and manage your own knowledge base applications.", links: { github: "https://github.com/outline/outline", - website: "https://outline.com/", - docs: "https://docs.outline.com/", + website: "https://getoutline.com/", + docs: "https://docs.getoutline.com/s/guide", }, logo: "outline.png", load: () => import("./outline/index").then((m) => m.generate),