Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 0065497

Browse files
committed
Fix GitHub URL in Buttons component to point to the correct repository for Proxmox community scripts
1 parent 68f3ceb commit 0065497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/scripts/_components/ScriptItems/Buttons.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { useMemo } from "react";
77
export default function Buttons({ item }: { item: Script }) {
88
const pattern = useMemo(
99
() =>
10-
/(https:\/\/github\.com\/tteck\/Proxmox\/raw\/main\/(ct|misc|vm)\/([^\/]+)\.sh)/,
10+
/(https:\/\/github\.com\/community-scripts\/ProxmoxVE\/raw\/main\/(ct|misc|vm)\/([^\/]+)\.sh)/,
1111
[],
1212
);
1313

0 commit comments

Comments
 (0)