summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMageia - Autorun CD-DVD/AutorunForm.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mageia - Autorun CD-DVD/AutorunForm.cs b/Mageia - Autorun CD-DVD/AutorunForm.cs
index 1a88194..670b99d 100755
--- a/Mageia - Autorun CD-DVD/AutorunForm.cs
+++ b/Mageia - Autorun CD-DVD/AutorunForm.cs
@@ -121,7 +121,7 @@ namespace autorun
//String[] temp = Thread.CurrentThread.CurrentUICulture.Name.Split('-');
//String tempo = temp[0].ToString();
//String url = "http://mageia.org/wiki/" + tempo + "/" + version + "_Notes";
- String url = "https://wiki.mageia.org/en/Mageia_8_Release_Notes";
+ String url = "https://wiki.mageia.org/en/Mageia_9_Release_Notes";
System.Diagnostics.Process.Start(url);
}