rxjs
rxjs copied to clipboard
RetryConfig documentation link broken
Describe the bug
While reading the documentation on the "retry" operator, I wanted more information on how to configure it using the "RetryConfig". On clicking the RetryConfig link shown in the screenshot below, the page was not found at https://rxjs.dev/api/operators/retry.
Expected behavior
The RetryConfig page should be available
Reproduction code
- Navigate to https://rxjs.dev/api/operators/retry
- Scroll to the section describing how to use the RetryConfig object
- Click on the "RetryConfig" link
Alternatively:
- Navigate to https://rxjs.dev/RetryConfig
Reproduction URL
No response
Version
7
Environment
No response
Additional context
No response
Note that RetryWhen documents also reference what I assume is this RetryConfig item
[RetryWhen] Will be removed in v9 or v10, use [retry](https://rxjs.dev/api/operators/retry)'s [delay](https://rxjs.dev/api/index/function/delay) option instead.
Still broken, alternative is to go straight to the code instead =>
https://github.com/ReactiveX/rxjs/blob/master/src/internal/operators/retry.ts
This is fixed in #6943 and it's now published to the official docs. Thanks for reporting.