Skip to content

Commit 5e7b301

Browse files
committed
correct URL of marble diagram image
Fixes #3437
1 parent 563fc3f commit 5e7b301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/rx/Observable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public interface Transformer<T, R> extends Func1<Observable<T>, Observable<R>> {
217217
* emits only a single item. If the source Observable emits more than one item or no items, notify of an
218218
* {@code IllegalArgumentException} or {@code NoSuchElementException} respectively.
219219
* <p>
220-
* <img width="640" height="295" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/toSingle.png" alt="">
220+
* <img width="640" height="295" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.toSingle.png" alt="">
221221
* <dl>
222222
* <dt><b>Scheduler:</b></dt>
223223
* <dd>{@code toSingle} does not operate by default on a particular {@link Scheduler}.</dd>

0 commit comments

Comments
 (0)