diff --git a/README.md b/README.md index 66a72bfd7..0bfa144b6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

Proxmox arm64 Install Scripts

-

an unofficial port of tteck's Helper-Scripts to arm64!

+

a port of the Promox VE Helper-Scripts to arm64!

Website | @@ -21,7 +21,7 @@ ### About -Ports of tteck's proxmox scripts to ARM64. +Ports of the [Promox VE Helper Scripts](https://github.com/community-scripts/proxmoxve) to ARM64. Find the scripts in the website linked above. diff --git a/frontend/src/app/scripts/_components/ScriptItems/Buttons.tsx b/frontend/src/app/scripts/_components/ScriptItems/Buttons.tsx index cb46e437b..94964fb6d 100644 --- a/frontend/src/app/scripts/_components/ScriptItems/Buttons.tsx +++ b/frontend/src/app/scripts/_components/ScriptItems/Buttons.tsx @@ -5,7 +5,7 @@ import { BookOpenText, Code, Globe } from "lucide-react"; import Link from "next/link"; const generateSourceUrl = (slug: string, type: string) => { - const baseUrl = `https://raw.githubusercontent.com/community-scripts/${basePath}/main`; + const baseUrl = `https://raw.githubusercontent.com/asylumexp/${basePath}/main`; return type === "ct" ? `${baseUrl}/install/${slug}-install.sh` : `${baseUrl}/${type}/${slug}.sh`; diff --git a/frontend/src/config/siteConfig.tsx b/frontend/src/config/siteConfig.tsx index 6c442b651..40c15f041 100644 --- a/frontend/src/config/siteConfig.tsx +++ b/frontend/src/config/siteConfig.tsx @@ -6,7 +6,7 @@ export const basePath = process.env.BASE_PATH; export const navbarLinks = [ { - href: `https://github.com/community-scripts/${basePath}`, + href: `https://github.com/asylumexp/${basePath}`, event: "Github", icon: , text: "Github", @@ -18,13 +18,13 @@ export const navbarLinks = [ text: "Discord", }, { - href: `https://github.com/community-scripts/${basePath}/blob/main/CHANGELOG.md`, + href: `https://github.com/asylumexp/${basePath}/blob/main/CHANGELOG.md`, event: "Change Log", icon: , text: "Change Log", }, { - href: `https://github.com/community-scripts/${basePath}/discussions`, + href: `https://github.com/asylumexp/${basePath}/discussions`, event: "Discussions", icon: , text: "Discussions", @@ -38,7 +38,7 @@ export const mostPopularScripts = [ ]; export const analytics = { - url: "analytics.proxmoxve-scripts.com", + url: "-", token: "b60d3032-1a11-4244-a100-81d26c5c49a7", };