Remove dead link (#4489)

In the "Rate limiting" section, Blogs and tutorials on RxJS refers to a 404 page.

The dead link has been fixed with the correct and appropriate link.
pull/3803/head^2
アドヴァイス 1 year ago committed by GitHub
parent 5256df9c07
commit 05673087c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11028
      package-lock.json
  2. 2
      src/data/roadmaps/angular/content/101-rxjs-basics/104-operators/101-rate-limiting.md

11028
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -7,4 +7,4 @@ Visit the following resources to learn more:
- [throttleTime](https://rxjs.dev/api/operators/throttleTime)
- [sampleTime](https://rxjs.dev/api/operators/sampleTime)
- [auditTime](https://rxjs.dev/api/operators/auditTime)
- [Blogs and tutorials on RxJS](https://blog.angular-university.io/rxjs-better-performance-with-the-rxjs-audittime-operator/)
- [Blogs and tutorials on RxJS](https://blog.angular-university.io/functional-reactive-programming-for-angular-2-developers-rxjs-and-observables/)

Loading…
Cancel
Save