Skip to content

Commit

Permalink
Fix hadoop-crypto example usage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
schlosna committed Jan 6, 2022
1 parent 802c2d1 commit 218e5cf
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 @@ -131,7 +131,7 @@ openssl pkcs8 -topk8 -inform pem -in rsa.key -outform pem -nocrypt | grep -v PRI
Programatic Example
-------------------

Source for examples can be found [here](hadoop-crypto/src/test/java/com/palantir/hadoop/example/ExampleUsage.java)
Source for examples can be found [here](hadoop-crypto/src/test/java/com/palantir/crypto2/hadoop/example/ExampleUsage.java)

### Initialization

Expand Down

0 comments on commit 218e5cf

Please sign in to comment.