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 133
133
* <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/legend.png">
134
134
* <p>
135
135
* 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>
137
137
*
138
138
* @param <T> the type of the item emitted by the Observable
139
139
*/
@@ -195,7 +195,7 @@ protected Observable(OnSubscribeFunc<T> onSubscribe) {
195
195
* in which multiple Observers will receive their notifications.
196
196
* <p>
197
197
* 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>
199
199
*
200
200
* @param observer the Observer
201
201
* @return a {@link Subscription} reference with which the {@link Observer}
@@ -276,7 +276,7 @@ public Subscription subscribe(Observer<? super T> observer) {
276
276
* Observers will receive their notifications.
277
277
* <p>
278
278
* 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>
280
280
*
281
281
* @param observer the Observer
282
282
* @param scheduler the {@link Scheduler} on which Observers subscribe to
You can’t perform that action at this time.
0 commit comments