Skip to content

Commit f0903df

Browse files
committed
Fix broken link in pwa section
1 parent 151911c commit f0903df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/en/2025/pwa.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The concept of a PWA has evolved a lot in these 10 years, and different browsers
3131

3232
The last couple of years have seen new features coming to web apps that enable more customization, advanced control of the application's behavior and better performance. But above all, there has been progress in supporting web apps (to an extent or another) on multiple engines!
3333

34-
Chromium based browsers prompt for an application installation once a minimum set of requirements is identified. This used to be the case on apps that had a manifest file, a service worker and were served over a secure connection. For a while this was the "trifecta" for PWA installability. This has changed and nowadays only the manifest is required (the HTTPS connection is still there, do not worry); service workers are no longer required for browsers like Edge and Chrome to display the installation prompt.
34+
Chromium based browsers prompt for an application installation once a minimum set of requirements is identified. This used to be the case on apps that had a manifest file, a service worker and were served over a secure connection. For a while this was the "trifecta" for PWA installability. This has changed and nowadays only the manifest is required (the HTTPS connection is still there, do not worry); service workers are no longer required for browsers like Edge and Chrome to display the installation prompt.
3535

3636
On the other hand, Safari does not prompt for web app installation. It does however allow any web page to be installed as an application by <a hreflang="en" href="https://support.apple.com/en-us/104996">adding it to the dock</a> on macOS 14.
3737

@@ -366,7 +366,7 @@ These are the top 10 used advanced capabilities in PWAs for 2025.
366366
<figcaption>{{ figure_link(caption="Top 10 used advanced capabilities in PWAs.", sheets_gid="220067822", sql_file="fugu.sql") }}</figcaption>
367367
</figure>
368368

369-
There is a separate chapter dedicated to [Capabilities](./capabilities.md) to dive deeper in the adoption that these sort of APIs have had in 2025.
369+
There is a separate chapter dedicated to [Capabilities](./capabilities) to dive deeper in the adoption that these sort of APIs have had in 2025.
370370

371371
## Notifications and PWAs
372372

@@ -382,7 +382,7 @@ Notifications make sense for apps as they allow the user to re-engage with the a
382382
)
383383
}}
384384

385-
Desktop notification acceptance is overwhelmingly ignored: 78% of them are disregarded, with a slightly lower but still meaningful 48% on mobile. This is not a surprise considering overall the notification fatigue users deal with on a regular basis.
385+
Desktop notification acceptance is overwhelmingly ignored: 78% of them are disregarded, with a slightly lower but still meaningful 48% on mobile. This is not a surprise considering overall the notification fatigue users deal with on a regular basis.
386386

387387
## Conclusion
388388

0 commit comments

Comments
 (0)