From 7d72de7c01f9d02a2ea8d960ff2a266359ebdbe2 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 11 Jul 2023 19:07:00 +0300 Subject: update for Mageia 9 release notes --- Mageia - Autorun CD-DVD/AutorunForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.1