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

Commit a84b13e

Browse files
Merge pull request #868 from jashmenn/patch-1
Fixes links to `replay`/`shareReplay` in docs
2 parents fbb4346 + 61ce116 commit a84b13e

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)