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

Commit 61ce116

Browse files
committed
Fixes links to replay/shareReplay in docs
Fixes the links to the `replay` and `shareReplay` documents in `which-instance.md`
1 parent fbb4346 commit 61ce116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/gettingstarted/which-instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ Use this page to find the instance operator implemented by the [`Observable`](ht
293293
<tr>
294294
<td colspan="2">and replay <em>n</em> number of values to future subscribers</td>
295295
<td>
296-
<a href="https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/publish.md">replay</a><br>
297-
<a href="https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/share.md">shareReplay</a>
296+
<a href="https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/replay.md">replay</a><br>
297+
<a href="https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/sharereplay.md">shareReplay</a>
298298
</td>
299299
</tr>
300300
<tr>

0 commit comments

Comments
 (0)