diff options
-rwxr-xr-x | Mageia - Autorun CD-DVD/AutorunForm.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mageia - Autorun CD-DVD/AutorunForm.cs b/Mageia - Autorun CD-DVD/AutorunForm.cs index 27b09fe..bbe36a4 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 = "http://mageia.org/wiki/doku.php?id=iso1:mageia1_release_notes";
+ String url = "https://wiki.mageia.org/en/Mageia_6_Release_Notes";
System.Diagnostics.Process.Start(url);
}
|