Skip to content

Commit ebd519c

Browse files
committed
Update Observable.java
Correcting for overzealous search-and-replace in javadoc comments
1 parent d66fa11 commit ebd519c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rxjava-core/src/main/java/rx/Observable.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
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

0 commit comments

Comments
 (0)