From 4e24661ae06e73e5f2f34f81f4a1c45fb7d6fda1 Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Mon, 5 Jan 2026 09:55:55 -0500 Subject: [PATCH] fix: update install script redirects to new repo location --- website/public/_redirects | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/public/_redirects b/website/public/_redirects index 9e0d338..68347fa 100644 --- a/website/public/_redirects +++ b/website/public/_redirects @@ -1,2 +1,2 @@ -/install.ps1 https://github.com/dtvem/dtvem/releases/latest/download/install.ps1 302 -/install.sh https://github.com/dtvem/dtvem/releases/latest/download/install.sh 302 +/install.ps1 https://github.com/CodingWithCalvin/dtvem.cli/releases/latest/download/install.ps1 302 +/install.sh https://github.com/CodingWithCalvin/dtvem.cli/releases/latest/download/install.sh 302