Skip to content

Commit 53d5a23

Browse files
committed
2.x: fix javadoc link in observables/package-info
1 parent 4d2e821 commit 53d5a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/reactivex/observables/package-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
/**
1818
* Classes supporting the Observable base reactive class:
19-
* {@link io.reactivex.observable.ConnectableObservable} and
20-
* {@link io.reactivex.observable.GroupedObservable}.
19+
* {@link io.reactivex.observables.ConnectableObservable} and
20+
* {@link io.reactivex.observables.GroupedObservable}.
2121
*/
2222
package io.reactivex.observables;

0 commit comments

Comments
 (0)