Skip to content

Commit

Permalink
bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravindu Wijegunawardhana committed Sep 1, 2024
1 parent 325bd23 commit 0e376cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/vc.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
VerificationDocument,
Algorithm,
ProofType,
} from "/pkg/fi_verifiable_data.js";
} from "/fi_verifiable_data/pkg/fi_verifiable_data.js";

let content = document.getElementById("content"),
private_key_hex = document.getElementById("private-key-hex"),
Expand Down
2 changes: 1 addition & 1 deletion examples/vp.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
VerificationDocument,
Algorithm,
ProofType,
} from "/pkg/fi_verifiable_data.js";
} from "/fi_verifiable_data/pkg/fi_verifiable_data.js";

let content = document.getElementById("content"),
private_key_hex = document.getElementById("private-key-hex"),
Expand Down

0 comments on commit 0e376cb

Please sign in to comment.