diff options
author | Thomas Backlund <tmb@mageia.org> | 2021-01-29 23:07:46 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2021-01-29 23:07:46 +0200 |
commit | 03113361f291867be637aba7bc2aff4c7f7a4d2a (patch) | |
tree | 79fd3d1dc670a4cf5f30c27a8da91ec4d0edc1cf | |
parent | 7f8858366284353e500688505f5d088e8ed7c0db (diff) | |
download | autorun-03113361f291867be637aba7bc2aff4c7f7a4d2a.tar autorun-03113361f291867be637aba7bc2aff4c7f7a4d2a.tar.gz autorun-03113361f291867be637aba7bc2aff4c7f7a4d2a.tar.bz2 autorun-03113361f291867be637aba7bc2aff4c7f7a4d2a.tar.xz autorun-03113361f291867be637aba7bc2aff4c7f7a4d2a.zip |
fix release notes url
-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 bbe36a4..1a88194 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_6_Release_Notes";
+ String url = "https://wiki.mageia.org/en/Mageia_8_Release_Notes";
System.Diagnostics.Process.Start(url);
}
|