Skip to content

Commit b7cb24a

Browse files
authored
Fix the cold Publisher link in the API documentation (#1678)
1 parent 99a6f32 commit b7cb24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-reactive-streams/src/main/com/mongodb/reactivestreams/client/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* This packages contains classes for the reactive stream client implementation.
1919
* <p>
2020
* All API {@link org.reactivestreams.Publisher}s are
21-
* <a href="https://projectreactor.io/docs/core/release/reference/#reactor.hotCold">cold</a>,
21+
* <a href="https://projectreactor.io/docs/core/release/reference/reactiveProgramming.html#reactive.hotCold">cold</a>,
2222
* meaning that nothing happens until they are subscribed to.
2323
* So just creating a {@link org.reactivestreams.Publisher} won’t cause any network IO.
2424
* It’s not until {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)} is called that the driver executes the

0 commit comments

Comments
 (0)