summaryrefslogtreecommitdiffstats
path: root/Mageia - Autorun CD-DVD
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2021-01-29 23:07:46 +0200
committerThomas Backlund <tmb@mageia.org>2021-01-29 23:07:46 +0200
commit03113361f291867be637aba7bc2aff4c7f7a4d2a (patch)
tree79fd3d1dc670a4cf5f30c27a8da91ec4d0edc1cf /Mageia - Autorun CD-DVD
parent7f8858366284353e500688505f5d088e8ed7c0db (diff)
downloadautorun-03113361f291867be637aba7bc2aff4c7f7a4d2a.tar
autorun-03113361f291867be637aba7bc2aff4c7f7a4d2a.tar.gz
autorun-03113361f291867be637aba7bc2aff4c7f7a4d2a.tar.bz2
autorun-03113361f291867be637aba7bc2aff4c7f7a4d2a.tar.xz
autorun-03113361f291867be637aba7bc2aff4c7f7a4d2a.zip
fix release notes url
Diffstat (limited to 'Mageia - Autorun CD-DVD')
-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 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);
}