docs: fix breaking URL for RxJS marble testing (#38209)

When checking this URL for the `RxJS marble testing` Ive found it pointing to `Page not found`

PR Close #38209
This commit is contained in:
Omar Hasan 2020-07-26 17:12:36 +02:00 committed by Misko Hevery
parent f74cfadf64
commit b65b6163f7
1 changed files with 1 additions and 1 deletions

View File

@ -779,7 +779,7 @@ which reports router activity, is a _hot_ observable.
RxJS marble testing is a rich subject, beyond the scope of this guide.
Learn about it on the web, starting with the
[official documentation](https://github.com/ReactiveX/rxjs/blob/master/doc/writing-marble-tests.md).
[official documentation](https://rxjs.dev/guide/testing/marble-testing).
<hr>