From 03113361f291867be637aba7bc2aff4c7f7a4d2a Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Fri, 29 Jan 2021 23:07:46 +0200 Subject: fix release notes url --- Mageia - Autorun CD-DVD/AutorunForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mageia - Autorun CD-DVD') 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); } -- cgit v1.2.1