From 2a7dee315997c57d38b3427d7d3291f72765b9d2 Mon Sep 17 00:00:00 2001 From: Shuaib hasan akib Date: Thu, 19 Oct 2023 11:41:32 +0600 Subject: [PATCH] fixup! docs(docs-infra): update service worker browser compatibility reference --- aio/content/guide/service-worker-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: