diff --git a/frontend/src/app/scripts/_components/ScriptItems/install-command.tsx b/frontend/src/app/scripts/_components/ScriptItems/install-command.tsx index 6d9ca12e3..49ef91a13 100644 --- a/frontend/src/app/scripts/_components/ScriptItems/install-command.tsx +++ b/frontend/src/app/scripts/_components/ScriptItems/install-command.tsx @@ -10,8 +10,8 @@ import { basePath } from "@/config/site-config"; import { getDisplayValueFromType } from "../script-info-blocks"; function getInstallCommand(scriptPath = "", isAlpine = false, useGitea = false) { - const githubUrl = `https://raw.githubusercontent.com/community-scripts/${basePath}/main/${scriptPath}`; - const giteaUrl = `https://git.community-scripts.org/community-scripts/${basePath}/raw/branch/main/${scriptPath}`; + const githubUrl = `https://raw.githubusercontent.com/asylumexp/Proxmox/main/${scriptPath}`; + const giteaUrl = `https://git.community-scripts.org/asylumexp/Proxmox/raw/branch/main/${scriptPath}`; const url = useGitea ? giteaUrl : githubUrl; return isAlpine ? `bash -c "$(curl -fsSL ${url})"` : `bash -c "$(curl -fsSL ${url})"`; } diff --git a/frontend/src/components/footer.tsx b/frontend/src/components/footer.tsx index e7f112957..612c3079f 100644 --- a/frontend/src/components/footer.tsx +++ b/frontend/src/components/footer.tsx @@ -15,7 +15,7 @@ export default function Footer() { Website built by the community. The source code is available on {" "} , text: "Github", @@ -21,14 +21,14 @@ export const navbarLinks = [ text: "Discord", }, { - href: `https://github.com/community-scripts/${basePath}/blob/main/CHANGELOG.md`, + href: `https://github.com/asylumexp/Proxmox/blob/main/CHANGELOG.md`, event: "Change Log", icon: , text: "Change Log", mobileHidden: true, }, { - href: `https://github.com/community-scripts/${basePath}/discussions`, + href: `https://github.com/asylumexp/Proxmox/discussions`, event: "Discussions", icon: , text: "Discussions",