docs: Update ryot links

This commit is contained in:
Nicholas Penree
2024-12-08 19:17:32 -05:00
committed by GitHub
parent bf9abbc37c
commit d424ed23f5

View File

@@ -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),