From 0dbea5915fae29fe32febf886a82b159f36e7c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Mon, 20 Mar 2023 18:49:39 +0100 Subject: [PATCH] docs(fix): pwa plugin link (#1915) --- docs/content/80.pwa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/80.pwa.md b/docs/content/80.pwa.md index 6aefe991..f2db0f5d 100644 --- a/docs/content/80.pwa.md +++ b/docs/content/80.pwa.md @@ -117,7 +117,7 @@ On wide screens, the PWA prompt for update will be shown as a prompt on the righ PWA prompt for update will take preference over PWA installation prompt, so if there is a new version of Elk available, the PWA prompt for update will be shown instead of the PWA installation prompt. -All previous UI components don't have any logic, all them will use the logic provided by the [PWA plugin](https://github.com/elk-zone/elk/blob/main/plugins/pwa.client.ts). +All previous UI components don't have any logic, all them will use the logic provided by the [PWA plugin](https://github.com/elk-zone/elk/blob/main/modules/pwa/runtime/pwa-plugin.client.ts). ### Service Worker