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

Commit 25c9130

Browse files
committed
Fix links in replaysubject.md
1 parent 82b78ef commit 25c9130

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/api/subjects/replaysubject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ subject.onNext('d');
9898
## _ReplaySubject Instance Methods_ ##
9999

100100
### <a id="rxreplaysubjectprototypedispose"></a>`Rx.ReplaySubject.prototype.dispose()`
101-
<a href="#rxreplaysubjectprototypedispose">#</a> [&#x24C8;](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/subjects/ReplaySubject.js#L147-L150 "View in source")
101+
<a href="#rxreplaysubjectprototypedispose">#</a> [&#x24C8;](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/subjects/replaysubject.js#L130-L133 "View in source")
102102

103103
Unsubscribe all observers and release resources.
104104

@@ -141,7 +141,7 @@ try {
141141
* * *
142142

143143
### <a id="rxreplaysubjectprototypehasobservers"></a>`Rx.ReplaySubject.prototype.hasObservers()`
144-
<a href="#rxreplaysubjectprototypehasobservers">#</a> [&#x24C8;](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/subjects/ReplaySubject.js#L71-L73 "View in source")
144+
<a href="#rxreplaysubjectprototypehasobservers">#</a> [&#x24C8;](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/subjects/replaysubject.js#L61-L63 "View in source")
145145

146146
Indicates whether the subject has observers subscribed to it.
147147

0 commit comments

Comments
 (0)