diff --git a/EnhanceWindows.ps1 b/EnhanceWindows.ps1
index 4147972..42498f9 100644
--- a/EnhanceWindows.ps1
+++ b/EnhanceWindows.ps1
@@ -52,7 +52,7 @@ powershell.exe -WindowStyle Hidden -file > $null
#$inputXML="C:\Users\olai.boe\Documents\GitHub\PSXAML\MainWindow.xaml"
-$inputXML = (new-object Net.WebClient).DownloadString("https://raw.githubusercontent.com/OlaYZen/PSXAML/main/MainWindow.xaml") #uncomment for Production
+$inputXML = (new-object Net.WebClient).DownloadString("https://raw.githubusercontent.com/OlaYZen/Enhance-Windows/Newest/MainWindow.xaml") #uncomment for Production
$inputXML = $inputXML -replace 'mc:Ignorable="d"', '' -replace "x:N", 'N' -replace '^
-
+
@@ -69,4 +69,4 @@
-
+
\ No newline at end of file