Skip to content

Commit

Permalink
update visualisation URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Oct 11, 2023
1 parent ef5a5ea commit ccfe4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualisation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ window.onresize = resize_iframe();
</script>

<script type="text/javascript">
const iframeSrc = "https://covid19-forecast-hub-europe.github.io/covid19-forecast-hub-europe-viz/";
const iframeSrc = "https://european-modelling-hubs.github.io/covid19-forecast-hub-europe-viz/";
window.addEventListener("load", function(e) {
const iframe = document.getElementById("vizFrame");
if (iframe) {
Expand Down

0 comments on commit ccfe4df

Please sign in to comment.