Skip to content

Commit 92d5fbf

Browse files
committed
Fixed link
1 parent 0b043ff commit 92d5fbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ j4rs stands for __'Java for Rust'__ and allows effortless calls to Java code fro
1212
* No special configuration needed (no need to tweak LD_LIBRARY_PATH, PATH etc).
1313
* [Easily instantiate and invoke Java classes.](#Basics)
1414
* [Support custom types via serialization.](#Passing-custom-arguments-from-Rust-to-Java)
15-
* [.async/.await support]((#Async-support))
15+
* [.async/.await support](#Async-support)
1616
* [Casting support.](#Casting)
1717
* [Java arrays / variadic support.](#Java-arrays-and-variadics)
1818
* [Java generics support.](#Java-Generics)

rust/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ j4rs stands for __'Java for Rust'__ and allows effortless calls to Java code fro
1212
* No special configuration needed (no need to tweak LD_LIBRARY_PATH, PATH etc).
1313
* [Easily instantiate and invoke Java classes.](#Basics)
1414
* [Support custom types via serialization.](#Passing-custom-arguments-from-Rust-to-Java)
15-
* [.async/.await support]((#Async-support))
15+
* [.async/.await support](#Async-support)
1616
* [Casting support.](#Casting)
1717
* [Java arrays / variadic support.](#Java-arrays-and-variadics)
1818
* [Java generics support.](#Java-Generics)

0 commit comments

Comments
 (0)