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

Commit 11c56e0

Browse files
Merge pull request #514 from zebulonj/feature/doc-links
Correct internal links in documentation.
2 parents dc4819f + 2d48fb6 commit 11c56e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/gettingstarted/which-static.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)