Skip to content

Commit

Permalink
Merge pull request #26 from iz-sai/patch-1
Browse files Browse the repository at this point in the history
Correct .jnlp URL for the CDS Aladin webstart
  • Loading branch information
AnotherOneAckap committed Mar 6, 2015
2 parents 2053e31 + e8e3a67 commit 0d69c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/astrotools.js
Expand Up @@ -11,7 +11,7 @@ var AstroTools = (function() {
table,
_ui,
VOMenu = [
{ name: 'aladin', title: 'launch Aladin', link: 'http://aladin.u-strasbg.fr/java/nph-aladin.pl?frame=get&id=AladinBeta.jnlp' },
{ name: 'aladin', title: 'launch Aladin', link: 'http://aladin.u-strasbg.fr/java/download/aladin.jnlp' },
{ name: 'topcat', title: 'launch Topcat', link: 'http://andromeda.star.bris.ac.uk/~mbt/topcat/topcat-full.jnlp' }
];

Expand Down

0 comments on commit 0d69c82

Please sign in to comment.