diff --git a/js/app/controllers/SampModule.js b/js/app/controllers/SampModule.js
index 4554c21..471258f 100644
--- a/js/app/controllers/SampModule.js
+++ b/js/app/controllers/SampModule.js
@@ -170,7 +170,7 @@ Ext.define('amdaDesktop.SampModule', {
 	showStartHubMsg : function()
 	{
 		var msg = "Cannot connect to a SAMP hub.<br/>";
-		msg += 'You can download <a href="https://www.star.bristol.ac.uk/mbt/jsamp/downloads.html">JSAMP</a> and start the hub with the command: <p>java -jar jsamp-[version-number].jar hub -profiles std,web</p><br/>';
+		msg += 'You can download <a href="https://www.star.bristol.ac.uk/mbt/jsamp/downloads.html" target="_blank">JSAMP</a> and start the hub with the command: <p>java -jar jsamp-[version-number].jar hub -profiles std,web</p><br/>';
 		msg += 'Or use internal hub included in tools like <a href="https://www.star.bris.ac.uk/~mbt/topcat/#install" target="_blank">TOPCAT</a> or <a href="https://aladin.u-strasbg.fr/java/nph-aladin.pl?frame=get&id=aladin.jnlp">Aladin</a>';
 		myDesktopApp.errorMsg(msg);
 	},
--
libgit2 0.21.2