Commit 86886da2f5874b9e7ef3bb99614deb6ecc70d7fc
1 parent
bfd39b48
Exists in
master
and in
13 other branches
Change some http links to https
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
js/app/controllers/SampModule.js
... | ... | @@ -170,8 +170,8 @@ Ext.define('amdaDesktop.SampModule', { |
170 | 170 | showStartHubMsg : function() |
171 | 171 | { |
172 | 172 | var msg = "Cannot connect to a SAMP hub.<br/>"; |
173 | - msg += 'You can use Java WebStart to start a JSAMP hub by just clicking here: <a href="http://astrojs.github.io/sampjs/hub/webhub.jnlp">start hub</a><br/>'; | |
174 | - msg += 'Or use internal hub included in tools like <a href="http://www.star.bris.ac.uk/~mbt/topcat/topcat-full.jnlp">TOPCAT</a> or <a href="http://aladin.u-strasbg.fr/java/nph-aladin.pl?frame=get&id=aladin.jnlp">Aladin</a>'; | |
173 | + msg += 'You can use Java WebStart to start a JSAMP hub by just clicking here: <a href="https://astrojs.github.io/sampjs/hub/webhub.jnlp">start hub</a><br/>'; | |
174 | + msg += 'Or use internal hub included in tools like <a href="https://www.star.bris.ac.uk/~mbt/topcat/topcat-full.jnlp">TOPCAT</a> or <a href="https://aladin.u-strasbg.fr/java/nph-aladin.pl?frame=get&id=aladin.jnlp">Aladin</a>'; | |
175 | 175 | myDesktopApp.errorMsg(msg); |
176 | 176 | }, |
177 | 177 | ... | ... |