summaryrefslogtreecommitdiffstats
path: root/js/chooser.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/chooser.js')
-rw-r--r--js/chooser.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/chooser.js b/js/chooser.js
index 1bfa27b..494cc40 100644
--- a/js/chooser.js
+++ b/js/chooser.js
@@ -720,7 +720,7 @@ var vboxChooser = {
var vStr = $('#vboxPane').data('vboxConfig').phpvboxver.substring(0,$('#vboxPane').data('vboxConfig').phpvboxver.indexOf('-'));
var vers = $('#vboxPane').data('vboxConfig').version.string.replace('_OSE','').split('.');
if(vers[0]+'.'+vers[1] != vStr) {
- vboxAlert('This version of phpVirtualBox ('+$('#vboxPane').data('vboxConfig').phpvboxver+') is incompatible with VirtualBox ' + $('#vboxPane').data('vboxConfig').version.string + ". You probably need to <a href='http://sourceforge.net/projects/phpvirtualbox/files/' target=_blank>download the latest phpVirtualBox " + vers[0]+'.'+vers[1] + "-x</a>.<p>See the Versioning section below the file list in the link for more information</p>",{'width':'auto'});
+ vboxAlert('This version of phpVirtualBox ('+$('#vboxPane').data('vboxConfig').phpvboxver+') is incompatible with VirtualBox ' + $('#vboxPane').data('vboxConfig').version.string + ". You probably need to <a href='https://github.com/phpvirtualbox/phpvirtualbox/' target=_blank>download the latest phpVirtualBox " + vers[0]+'.'+vers[1] + "-x</a>.<p>See the Versioning section below the file list in the link for more information</p>",{'width':'auto'});
}
}
} else {
@@ -2448,4 +2448,4 @@ $(document).ready(function(){
-}); \ No newline at end of file
+});