Skip to content

Commit 13e9a50

Browse files
authored
Merge pull request #844 from drudge/canary
docs: Update ryot links
2 parents bf9abbc + d424ed2 commit 13e9a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/dokploy/templates/templates.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -951,8 +951,8 @@ export const templates: TemplateData[] = [
951951
logo: "ryot.png",
952952
links: {
953953
github: "https://github.com/IgnisDa/ryot",
954-
website: "https://ryot.dev/",
955-
docs: "https://ryot.dev/docs/getting-started",
954+
website: "https://ryot.io/",
955+
docs: "https://docs.ryot.io/",
956956
},
957957
tags: ["media", "tracking", "self-hosted"],
958958
load: () => import("./ryot/index").then((m) => m.generate),

0 commit comments

Comments
 (0)