Merge pull request #844 from drudge/canary

docs: Update ryot links
This commit is contained in:
Mauricio Siu
2024-12-08 18:26:34 -06:00
committed by GitHub

View File

@@ -951,8 +951,8 @@ export const templates: TemplateData[] = [
logo: "ryot.png", logo: "ryot.png",
links: { links: {
github: "https://github.com/IgnisDa/ryot", github: "https://github.com/IgnisDa/ryot",
website: "https://ryot.dev/", website: "https://ryot.io/",
docs: "https://ryot.dev/docs/getting-started", docs: "https://docs.ryot.io/",
}, },
tags: ["media", "tracking", "self-hosted"], tags: ["media", "tracking", "self-hosted"],
load: () => import("./ryot/index").then((m) => m.generate), load: () => import("./ryot/index").then((m) => m.generate),