diff options
author | Thomas Backlund <tmb@mageia.org> | 2023-07-11 19:07:00 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2023-07-11 19:07:00 +0300 |
commit | 7d72de7c01f9d02a2ea8d960ff2a266359ebdbe2 (patch) | |
tree | f90890f707cb2afaa369daa24ea14e3ebd188e00 /Mageia - Autorun CD-DVD | |
parent | 03113361f291867be637aba7bc2aff4c7f7a4d2a (diff) | |
download | autorun-7d72de7c01f9d02a2ea8d960ff2a266359ebdbe2.tar autorun-7d72de7c01f9d02a2ea8d960ff2a266359ebdbe2.tar.gz autorun-7d72de7c01f9d02a2ea8d960ff2a266359ebdbe2.tar.bz2 autorun-7d72de7c01f9d02a2ea8d960ff2a266359ebdbe2.tar.xz autorun-7d72de7c01f9d02a2ea8d960ff2a266359ebdbe2.zip |
Diffstat (limited to 'Mageia - Autorun CD-DVD')
-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 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);
}
|