Skip to content

Commit

Permalink
Merge pull request #1897 from valkey-io/fix_java_readme
Browse files Browse the repository at this point in the history
Fix links in java README.md
  • Loading branch information
ikolomi authored Jul 9, 2024
2 parents 458cd4e + e96882b commit 4d21980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ macOS:
## Layout of Java code
The Java client contains the following parts:

1. `src`: Rust dynamic library FFI to integrate with [GLIDE core library](../glide-core/README.md).
1. `src`: Rust dynamic library FFI to integrate with [GLIDE core library](../glide-core/).
2. `client`: A Java-wrapper around the GLIDE core rust library and unit tests for it.
3. `examples`: An example app to test the client against a Valkey localhost.
4. `benchmark`: A dedicated benchmarking tool designed to evaluate and compare the performance of GLIDE for Valkey and other Java clients.
Expand Down Expand Up @@ -238,7 +238,7 @@ public class Main {
```

### Accessing tests
For more examples, you can refer to the test folder [unit tests](./java/client/src/test/java/glide/api) and [integration tests](./java/integTest/src/test/java/glide).
For more examples, you can refer to the test folder [unit tests](./client/src/test/java/glide/api) and [integration tests](./integTest/src/test/java/glide).

### Benchmarks

Expand Down

0 comments on commit 4d21980

Please sign in to comment.