File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
rxjava-core/src/main/java/rx Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 133133 * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/legend.png">
134134 * <p>
135135 * For more information see the
136- * <a href="https://raw. github.com/wiki/ Netflix/RxJava/Observable">RxJava Wiki</a>
136+ * <a href="https://github.com/Netflix/RxJava/wiki /Observable">RxJava Wiki</a>
137137 *
138138 * @param <T> the type of the item emitted by the Observable
139139 */
@@ -195,7 +195,7 @@ protected Observable(OnSubscribeFunc<T> onSubscribe) {
195195 * in which multiple Observers will receive their notifications.
196196 * <p>
197197 * For more information see the
198- * <a href="https://raw. github.com/wiki/ Netflix/RxJava/Observable">RxJava Wiki</a>
198+ * <a href="https://github.com/Netflix/RxJava/wiki /Observable">RxJava Wiki</a>
199199 *
200200 * @param observer the Observer
201201 * @return a {@link Subscription} reference with which the {@link Observer}
@@ -276,7 +276,7 @@ public Subscription subscribe(Observer<? super T> observer) {
276276 * Observers will receive their notifications.
277277 * <p>
278278 * For more information see the
279- * <a href="https://raw. github.com/wiki/ Netflix/RxJava/Observable">RxJava Wiki</a>
279+ * <a href="https://github.com/Netflix/RxJava/wiki /Observable">RxJava Wiki</a>
280280 *
281281 * @param observer the Observer
282282 * @param scheduler the {@link Scheduler} on which Observers subscribe to
You can’t perform that action at this time.
0 commit comments