Skip to content

Commit

Permalink
chore: fix broken example link
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar authored Nov 21, 2024
1 parent b65ce5b commit cd27471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public class SealedResults {
}

```
To learn more, refer to example located in [src/examples/java/com/fingerprint/example/SealedResults.java](src/examples/java/com/fingerprint/example/SealedResults.java).
To learn more, see the [Sealed results example](/examples/src/main/java/com/fingerprint/example/SealedResults.java).

## Webhook signature validation
This SDK provides utility method for verifying the HMAC signature of the incoming webhook request.
Expand Down

0 comments on commit cd27471

Please sign in to comment.