Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Fix links #495

Merged
merged 1 commit into from
Jan 15, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/core/observable.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The Observer and Observable interfaces provide a generalized mechanism for push-
- [`groupByUntil`](operators/groupbyuntil.md)
- [`groupJoin`](operators/groupjoin.md)
- [`ignoreElements`](operators/ignoreelements.md)
- [`indexOf`](operators/indexOf.md)
- [`indexOf`](operators/indexof.md)
- [`isEmpty`](operators/isempty.md)
- [`join`](operators/join.md)
- [`jortSort`](operators/jortsort.md)
Expand Down
2 changes: 1 addition & 1 deletion doc/api/core/operators/skipuntilwithtime.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### `Rx.Observable.prototype.skipUntilWithTime(startTime, [scheduler])`
[Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/skipuntil.js "View in source")
[Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/skipuntilwithtime.js "View in source")

Skips elements from the observable source sequence until the specified start time, using the specified scheduler to run timers.

Expand Down