diff options
author | Anne Nicolas <ennael@mageia.org> | 2016-04-28 20:04:20 +0200 |
---|---|---|
committer | Anne Nicolas <ennael@mageia.org> | 2016-04-28 20:04:20 +0200 |
commit | 7f8858366284353e500688505f5d088e8ed7c0db (patch) | |
tree | ded6af29b64d095f5ad568c915b77833e69873fd | |
parent | bb7e24c5e3c241f674f6f4774e74168693c5b5e9 (diff) | |
download | autorun-7f8858366284353e500688505f5d088e8ed7c0db.tar autorun-7f8858366284353e500688505f5d088e8ed7c0db.tar.gz autorun-7f8858366284353e500688505f5d088e8ed7c0db.tar.bz2 autorun-7f8858366284353e500688505f5d088e8ed7c0db.tar.xz autorun-7f8858366284353e500688505f5d088e8ed7c0db.zip |
update release notes url for Mageia 6 (#mga17094)
-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);
}
|