diff --git a/aio/content/guide/service-worker-intro.md b/aio/content/guide/service-worker-intro.md index 72866d119beb5..e32272649455d 100644 --- a/aio/content/guide/service-worker-intro.md +++ b/aio/content/guide/service-worker-intro.md @@ -94,7 +94,7 @@ The rest of the articles in this section specifically address the Angular implem For more information about service workers in general, see [Service Workers: an Introduction](https://developers.google.com/web/fundamentals/primers/service-workers). -For more information about browser support, see [MDN](https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorker)'s [Browser Compatibility](https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorker#browser_compatibility) section of [ServiceWorker](https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorker), Jake Archibald's [Is Serviceworker ready?](https://jakearchibald.github.io/isserviceworkerready), and [Can I Use](https://caniuse.com/serviceworkers). +For more information about browser support, see MDN's [Service Worker Browser Compatibility](https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorker#browser_compatibility) and [Can I Use](https://caniuse.com/serviceworkers). For additional recommendations and examples, see: