From d424ed23f5de8fa9acdb530e1eaa7c6439456681 Mon Sep 17 00:00:00 2001 From: Nicholas Penree Date: Sun, 8 Dec 2024 19:17:32 -0500 Subject: [PATCH] docs: Update ryot 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 78f1f522..79d0b479 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -951,8 +951,8 @@ export const templates: TemplateData[] = [ logo: "ryot.png", links: { github: "https://github.com/IgnisDa/ryot", - website: "https://ryot.dev/", - docs: "https://ryot.dev/docs/getting-started", + website: "https://ryot.io/", + docs: "https://docs.ryot.io/", }, tags: ["media", "tracking", "self-hosted"], load: () => import("./ryot/index").then((m) => m.generate),