Skip to content

Commit

Permalink
Update des-dr1-linea.html (update LIneA address) (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgruendl authored Nov 5, 2024
1 parent b894a2f commit 48e9338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/des_components/des-dr1/des-dr1-linea.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
class DesDr1LINEA extends Polymer.Element {
static get is() { return 'des-dr1-linea'; }
_golinea() {
var win = window.open('https://desportal2.cosmology.illinois.edu/dri/apps/home/', '_blank');
var win = window.open('https://scienceserver.linea.org.br', '_blank');
win.focus();
}
}
Expand Down

0 comments on commit 48e9338

Please sign in to comment.