Skip to content

Commit

Permalink
Update manifest location
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Aug 30, 2024
1 parent 643cd23 commit 1a5ab09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function onCodeChange()
}, 500);
}

$.get("https://plutolang.github.io/wasm-builds/manifest.json", function(data)
$.get("https://pluto-lang.org/wasm-builds/manifest.json", function(data)
{
window.environments = data;

Expand Down

0 comments on commit 1a5ab09

Please sign in to comment.