summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2023-07-11 19:07:00 +0300
committerThomas Backlund <tmb@mageia.org>2023-07-11 19:07:00 +0300
commit7d72de7c01f9d02a2ea8d960ff2a266359ebdbe2 (patch)
treef90890f707cb2afaa369daa24ea14e3ebd188e00
parent03113361f291867be637aba7bc2aff4c7f7a4d2a (diff)
downloadautorun-master.tar
autorun-master.tar.gz
autorun-master.tar.bz2
autorun-master.tar.xz
autorun-master.zip
update for Mageia 9 release notesHEADmaster
-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);
}