This repository was archived by the owner on Apr 20, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,16 +165,16 @@ Use this page to find the creation operator implemented by the [`Observable`](ht
165165 </tr>
166166 <tr>
167167 <td colspan="2">using each value only once</td>
168- <td><a href="https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/operators/ zip.md">Observable.zip</a></td>
168+ <td><a href="https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/zip.md">Observable.zip</a></td>
169169 </tr>
170170 <tr>
171171 <td rowspan="3">by subscribing to each in order</td>
172172 <td colspan="2">when the previous sequence completes</td>
173- <td><a href="https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/operators/ concat.md">Observable.concat</a></td>
173+ <td><a href="https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/concat.md">Observable.concat</a></td>
174174 </tr>
175175 <tr>
176176 <td colspan="2">when the previous sequence errors</td>
177- <td><a href="https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/operators/ catch.md">Observable.catch</a></td>
177+ <td><a href="https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/catch.md">Observable.catch</a></td>
178178 </tr>
179179 <tr>
180180 <td colspan="2">regardless of whether the previous sequence completes or errors</td>
You can’t perform that action at this time.
0 commit comments