Browse Source

Changing the path

Signed-off-by: Mary Anthony <mary@blockstack.com>
feat/clarity-updates
Mary Anthony 6 years ago
parent
commit
bdb530d680
  1. 2
      _org/tokenholders.md

2
_org/tokenholders.md

@ -28,7 +28,7 @@ Use the following form to check your Stacks allocation:
<script>
function process()
{
var url="https://explorer.blockstack.org/stacks/addresses/" + document.getElementById("url").value;
var url="https://genesis.stackstoken.com/stacks/addresses/" + document.getElementById("url").value;
location.href=url;
return false;
}

Loading…
Cancel
Save