Skip to content

Commit

Permalink
Change link to point to beta. (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusdrw authored Jan 2, 2025
1 parent 7b0d0f1 commit 037bd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fuzz.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function programHex(program) {
return Array.from(program).map(x => x.toString(16).padStart(2, '0')).join('');
}
function linkTo(programHex) {
return `https://deploy-preview-244--pvm-debugger.netlify.app/#/load?program=0x${programHex}`;
return `https://pvm-debugger.netlify.app/#/load?program=0x${programHex}`;
}

function normalizeStatus(status) {
Expand Down

0 comments on commit 037bd89

Please sign in to comment.