Skip to content

Commit

Permalink
Corrected link to advanced features / null-safety
Browse files Browse the repository at this point in the history
  • Loading branch information
pderop committed May 15, 2024
1 parent 1ba2fbf commit b80c9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/kotlin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ declarations and expressive "`value or no value`" semantics without paying the c
(Kotlin allows using functional constructs with nullable values. See this
https://www.baeldung.com/kotlin-null-safety[comprehensive guide to Kotlin null-safety].)

Although Java does not let one express null safety in its type-system, Reactor xref:kotlin.adoc#kotlin-null-safety[now provides null safety]
Although Java does not let one express null safety in its type-system, Reactor xref:advancedFeatures/null-safety.adoc[now provides null safety]
of the whole Reactor API through tooling-friendly annotations declared
in the `reactor.util.annotation` package.
By default, types from Java APIs used in Kotlin are recognized as
Expand Down

0 comments on commit b80c9d3

Please sign in to comment.