From 238d8f5c8018511aee1e9de2d8a15d0345a050d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= <48858570+clementlize@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:23:37 +0200 Subject: [PATCH] doc: replaced '' by '' in android docs to improve comprehension of where to put the file --- docs/builder/android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/builder/android.md b/docs/builder/android.md index 55b99bbaf..af9038269 100644 --- a/docs/builder/android.md +++ b/docs/builder/android.md @@ -83,7 +83,7 @@ There are a few steps to take before your PWA is ready to be published. All the #### 1. Deploy the assetlinks.json file Your zip file contains assetlinks.json. This is a digital asset links file that proves ownership of your PWA. -To properly deploy this file, upload it to your server at `https:///.well-known/assetlinks.json`. +To properly deploy this file, upload it to your server at `https:///.well-known/assetlinks.json`. ?> **Note** Digital asset links are required for your PWA on Android. If you’re seeing a browser address bar in your app on Android, or if your app is crashing on launch, it means your assetlinks.json file is missing, inaccessible, or incorrect. See our asset links helper to fix this.