diff --git a/Mk0.Software.ImageSorter/Main.cs b/Mk0.Software.ImageSorter/Main.cs index 4173a29..f50941c 100644 --- a/Mk0.Software.ImageSorter/Main.cs +++ b/Mk0.Software.ImageSorter/Main.cs @@ -84,7 +84,7 @@ namespace Mk0.Software.ImageSorter } AutoUpdater.ShowSkipButton = false; - AutoUpdater.Start("https://software.mk0.at/update/imagesorter.xml"); + AutoUpdater.Start("https://www.kmpr.at/update/imagesorter.xml"); } public delegate void ProcessParametersDelegate(object sender, string[] args);