Skip to content

Commit

Permalink
fix: digital-credentials pointing to wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored May 14, 2024
1 parent d0915af commit 1ec85d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digital-identities/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<script>
const { hash } = window.location;
window.location = `https://digital-credentials.github.io/${hash}`;
window.location = `https://wicg.github.io/digital-credentials${hash}`;
</script>

0 comments on commit 1ec85d5

Please sign in to comment.