diff --git a/README.md b/README.md index 66a72bfd7..0bfa144b6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
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: