Skip to content

Commit 2aa82f5

Browse files
authored
JAVA-5584 Fix link to Java MongoCrypt class implementation (#1732)
1 parent 11022ca commit 2aa82f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/client-side-encryption/tests/benchmarks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ due to the cost of calling between the native language and the C library.
1010
A handle to libmongocrypt (`mongocrypt_t`) is needed for the benchmark. In the public driver API, `mongocrypt_t` is an
1111
implementation detail contained in a `MongoClient`. The bindings API may more directly interface `mongocrypt_t`.
1212
Example: the Java bindings API contains a
13-
[MongoCrypt class](https://github.com/mongodb/libmongocrypt/blob/master/bindings/java/mongocrypt/src/main/java/com/mongodb/crypt/capi/MongoCrypt.java)
13+
[MongoCrypt class](https://github.com/mongodb/mongo-java-driver/blob/main/mongodb-crypt/src/main/com/mongodb/internal/crypt/capi/MongoCrypt.java)
1414
closely wrapping the `mongocrypt_t`.
1515

1616
If possible, drivers are encouraged to use the bindings API and mock responses from the MongoDB server. This may help to

0 commit comments

Comments
 (0)